From 00f27cb0b9fb200a06da461371e04be1501ca107 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 20 Feb 2015 09:54:35 -0500 Subject: [PATCH] Bug 13645 [QA Followup] - Add DBIx::Connector to the list of dependancies Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi Nice catch Kyle, I changed it to require Ubuntu 12.04's --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 96557e3b29..34cd8b526e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -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', -- 2.20.1