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:
parent
b64fd7b83a
commit
54d56e303a
1 changed files with 5 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue