@@ -, +, @@ (19.11.x) 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(-) --- a/C4/Installer/PerlDependencies.pm +++ a/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', --