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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 634-639 our $PERL_DEPS = { Link Here
634
        'required' => '1',
634
        'required' => '1',
635
        'min_ver'  => '0.22',
635
        'min_ver'  => '0.22',
636
    },
636
    },
637
    'Test::WWW::Mechanize' => {
638
        'usage'    => 'Testing suite',
639
        'required' => '0',
640
        'min_ver'  => '1.44',
641
    },
637
};
642
};
638
643
639
1;
644
1;
640
- 

Return to bug 8300