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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 624-629 our $PERL_DEPS = { Link Here
624
        'required' => '0',
624
        'required' => '0',
625
        'min_ver'  => '2.13',
625
        'min_ver'  => '2.13',
626
    },
626
    },
627
    'Test::WWW::Mechanize' => {
628
        'usage'    => 'Testing suite',
629
        'required' => '0',
630
        'min_ver'  => '1.44',
631
    },
627
};
632
};
628
633
629
1;
634
1;
630
- 

Return to bug 8300