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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 679-684 our $PERL_DEPS = { Link Here
679
        'required' => '0',
679
        'required' => '0',
680
        'min_ver'  => '9999.13',
680
        'min_ver'  => '9999.13',
681
    },
681
    },
682
    'Test::WWW::Mechanize' => {
683
        'usage'    => 'Testing suite',
684
        'required' => '0',
685
        'min_ver'  => '1.44',
686
    },
682
};
687
};
683
688
684
1;
689
1;
685
- 

Return to bug 8300