BUG8446, QA Followup: Add Test::DBIx::Class to dependancies
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Oct 2014 14:41:00 +0000 (14:41 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 16 Oct 2014 15:28:03 +0000 (12:28 -0300)
- 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 <Katrin.Fischer.83@web.de>
The dependency will probably need to be packaged by us until
it can get into Debian proper.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Installer/PerlDependencies.pm

index a02771f..376985e 100644 (file)
@@ -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;