From ad4f4345d870456f44dabfd20ec7f54cecb17f4f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 10 Oct 2014 14:41:00 +0000 Subject: [PATCH] BUG8446, QA Followup: Add Test::DBIx::Class to dependancies - To correct tests after converting module to dbic, we need to add the Test::DBIx::Class module as a dependancy. Signed-off-by: Katrin Fischer The dependency will probably need to be packaged by us until it can get into Debian proper. --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index a02771f..376985e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -702,6 +702,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '5.836', }, + 'Test::DBIx::Class' => { + 'usage' => 'Testing modules utilising DBIx::Class', + 'required' => '0', + 'min_ver' => '0.42', + }, }; 1; -- 1.7.10.4