From 33ed25ecb3caf72c408969b5f726e4a95f826c65 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) Content-Type: text/plain; charset="utf-8" to test... 1/ apply patch 2/ build package 3/ view about.pl to check CGI::Compile 0.25 version is satisfied --- 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 5c1acfc..19dd06c 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.1.4