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

(-)a/C4/Installer/PerlDependencies.pm (-3 / +2 lines)
Lines 576-587 our $PERL_DEPS = { Link Here
576
    },
576
    },
577
    'DBD::Mock' => {
577
    'DBD::Mock' => {
578
        'usage'    => 'Core',
578
        'usage'    => 'Core',
579
        'required' => '0',
579
        'required' => '1',
580
        'min_ver'  => '1.39'
580
        'min_ver'  => '1.39'
581
    },
581
    },
582
    'Test::MockModule' => {
582
    'Test::MockModule' => {
583
        'usage'    => 'Core',
583
        'usage'    => 'Core',
584
        'required' => '0',
584
        'required' => '1',
585
        'min_ver'  => '0.05',
585
        'min_ver'  => '0.05',
586
    },
586
    },
587
    'Test::Warn' => {
587
    'Test::Warn' => {
588
- 

Return to bug 9053