From 242c4d44f73b974f30a8353864d65b333cef2fe3 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 30 Jul 2012 17:44:48 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 5327 follow-up: add DBD::Mock dependency In order for the awesome new t/ItemType.t test to work, we need DBD::Mock. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index a9c68a8..396ba6f 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -569,6 +569,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.7', }, + 'DBD::Mock' => { + 'usage' => 'Core', + 'required' => '0', + 'min_ver' => '1.39' + }, 'Test::MockModule' => { 'usage' => 'Core', 'required' => '0', -- 1.7.9.5