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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 674-679 our $PERL_DEPS = { Link Here
674
        'required' => '0',
674
        'required' => '0',
675
        'min_ver'  => '3.9',
675
        'min_ver'  => '3.9',
676
    },
676
    },
677
    'File::Slurp' => {
678
        'usage'    => 'core',
679
        'required' => '1',
680
        'min_ver'  => '9999.13',
681
    },
677
};
682
};
678
683
679
1;
684
1;
680
- 

Return to bug 9926