From 687db15ce5bc42eadd1cbf11f9ac84eb05186d84 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Tue, 24 May 2016 10:37:01 -0300 Subject: [PATCH] Bug 13669: followup to add DBIx::RunSQL dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just that To test: 1) run koha_perl_deps and check it show up The module appears now on the About page. Signed-off-by: Marc VĂ©ron Ammended patch, only change is DBIx::RunSQL version, now 0.14 :) Module's author kindly accept to upgrade it, in particular this makes Bug 16572 innecesary and is not needed to install without problems. Tested install on Ubuntu 14.04/Mysql 5.5.49, marc21 + all sample --- C4/Installer/PerlDependencies.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index abd22b9..d84b51c 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -796,7 +796,12 @@ our $PERL_DEPS = { 'usage' => 'Test code coverage', 'required' => '0', 'min_ver' => '0.11', - } + }, + 'DBIx::RunSQL' => { + 'usage' => 'Load SQL files', + 'required' => '1', + 'min_ver' => '0.14', + }, }; 1; -- 1.9.1