Bug 8636: Add dependency on Test::Deep

The test t/db_dependent/Koha.t uses Test::Deep to compare data
structures, but that dependency was not listed for the installer.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Jared Camins-Esakov 2012-10-10 20:48:54 -04:00 committed by Paul Poulain
parent b64fd7b83a
commit 54d56e303a

View file

@ -583,7 +583,11 @@ our $PERL_DEPS = {
'usage' => 'Core',
'required' => '0',
'min_ver' => '0.14',
},
'Test::Deep' => {
'usage' => 'Core',
'required' => '0',
'min_ver' => '0.106',
},
'Test::YAML::Valid' => {
'usage' => 'Core',