From 469d68940784f02ff09d78d9cb96397a5be81ec8 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 10 Oct 2014 14:41:00 +0000 Subject: [PATCH] [PASSED QA] 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 ad1f5a6..9c79d9f 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -742,6 +742,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.9.1