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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 602-607 our $PERL_DEPS = { Link Here
602
        'required' => '1',
602
        'required' => '1',
603
        'min_ver'  => '1.302073'
603
        'min_ver'  => '1.302073'
604
    },
604
    },
605
    'Test::NoWarnings' => {
606
        'usage'    => 'Core',
607
        'required' => 1,
608
        'min_vers' => '1.04',
609
    },
605
    'Test::Strict' => {
610
    'Test::Strict' => {
606
        'usage'    => 'Core',
611
        'usage'    => 'Core',
607
        'required' => '0',
612
        'required' => '0',
608
- 

Return to bug 23395