From bc3fd9edb7074f524308d41a14878a5ae908ccdf Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 28 May 2021 10:29:38 +1200 Subject: [PATCH] Bug 28302: Update PerlDependencies.pm to CGI::Compile 0.25 (19.11.x) to test... 1/ apply patch 2/ build package 3/ view about.pl to check CGI::Compile 0.25 version is satisfied Signed-off-by: Victor Grousset/tuxayo --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5c1acfc7c5..19dd06c417 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -896,7 +896,7 @@ our $PERL_DEPS = { 'CGI::Compile' => { usage => 'Plack', required => '1', - min_ver => '0.17' + min_ver => '0.25' }, 'Clone' => { usage => 'ILL, Test suite, Elasticsearch integration', -- 2.20.1