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

(-)a/C4/Installer/PerlDependencies.pm (-3 / +2 lines)
Lines 668-675 our $PERL_DEPS = { Link Here
668
        'min_ver'  => '3.9',
668
        'min_ver'  => '3.9',
669
    },
669
    },
670
    'File::Slurp' => {
670
    'File::Slurp' => {
671
        'usage'    => 'Command line scripts',
671
        'usage'    => 'Core',
672
        'required' => '0',
672
        'required' => '1',
673
        'min_ver'  => '9999.13',
673
        'min_ver'  => '9999.13',
674
    },
674
    },
675
    'Test::WWW::Mechanize' => {
675
    'Test::WWW::Mechanize' => {
676
- 

Return to bug 17666