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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 898-903 our $PERL_DEPS = { Link Here
898
        required => '1',
898
        required => '1',
899
        min_ver  => '0.20',
899
        min_ver  => '0.20',
900
    },
900
    },
901
    'CGI::Compile' => {
902
       usage    => 'Plack',
903
       required => '1',
904
       min_ver  => '0.17'
905
    },
901
};
906
};
902
907
903
1;
908
1;
904
- 

Return to bug 20920