From 2788e2ed4ac85b5cac64b077aacb4176b696d7a1 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 Just that To test: 1) run koha_perl_deps and check it show up --- 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..9d4eb79 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.13', + }, }; 1; -- 1.9.1