Bug 13645 [QA Followup] - Add DBIx::Connector to the list of dependancies
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Feb 2015 14:54:35 +0000 (09:54 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 20 Feb 2015 18:46:33 +0000 (15:46 -0300)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Nice catch Kyle, I changed it to require Ubuntu 12.04's

C4/Installer/PerlDependencies.pm

index 96557e3..34cd8b5 100644 (file)
@@ -59,6 +59,11 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '0.07039'
     },
+    'DBIx::Connector' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.47'
+    },
     'Net::Z3950::ZOOM' => {
         'usage'    => 'Core',
         'required' => '1',