Bug 13669: followup to add DBIx::RunSQL dependency
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tue, 24 May 2016 13:37:01 +0000 (10:37 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 25 May 2016 09:57:31 +0000 (09:57 +0000)
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 <veron@veron.ch>

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

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

C4/Installer/PerlDependencies.pm

index abd22b9..d84b51c 100644 (file)
@@ -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;