View | Details | Raw Unified | Return to bug 28302
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-2 / +1 lines)
Lines 896-902 our $PERL_DEPS = { Link Here
896
    'CGI::Compile' => {
896
    'CGI::Compile' => {
897
       usage    => 'Plack',
897
       usage    => 'Plack',
898
       required => '1',
898
       required => '1',
899
       min_ver  => '0.17'
899
       min_ver  => '0.25'
900
    },
900
    },
901
    'Clone' => {
901
    'Clone' => {
902
        usage    => 'ILL, Test suite, Elasticsearch integration',
902
        usage    => 'ILL, Test suite, Elasticsearch integration',
903
- 

Return to bug 28302