From 6cbb6feef2b115a11084c84e51950a08fa25a70e Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 5 Mar 2021 09:43:25 -0500 Subject: [PATCH] Bump minimum PPI version to 1.222 See https://github.com/guillaumeaubert/Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection/pull/17 --- Changes | 1 + dist.ini | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 3d88db1..11c3093 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection {{$NEXT}} + - Bump minimum PPI version to 1.222 (GH#1) (Olaf Alders) 2.000000 2021-03-04 22:59:36Z - Added test for heredoc terminators diff --git a/dist.ini b/dist.ini index bb03c1b..2f8f539 100644 --- a/dist.ini +++ b/dist.ini @@ -7,13 +7,9 @@ copyright_year = 2013 [@Author::OALDERS] -remove = Test::Synopsis -remove = Test::TidyAll ; not sure why this is failing under dzil test -;RewriteVersion::Transitional.allow_decimal_underscore = 1 [StaticInstall] mode = auto -;[@Git::VersionManager/RewriteVersion::Transitional] -;allow_decimal_underscore = 1 - -;[RewriteVersion::Transitional] -;allow_decimal_underscore = 1 +[Prereqs / RuntimeRequires] +PPI = 1.222