Bug 9053: Test::MockModule and DBD::Mock should be required

Test::MockModule and DBD::Mock are required for the unit tests in t/
to run. This is good, but means they should be required.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Jared Camins-Esakov 2012-11-10 14:03:11 -05:00
parent c75cb8686c
commit 6456162544

View file

@ -576,12 +576,12 @@ our $PERL_DEPS = {
},
'DBD::Mock' => {
'usage' => 'Core',
'required' => '0',
'required' => '1',
'min_ver' => '1.39'
},
'Test::MockModule' => {
'usage' => 'Core',
'required' => '0',
'required' => '1',
'min_ver' => '0.05',
},
'Test::Warn' => {