[Koha-patches] [PATCH 2/2] Bug 12558: Require DBIx::Schema::Loader v0.07039 or higher

Tomas Cohen Arazi tomascohen at gmail.com
Fri Jul 11 15:17:43 CEST 2014


This patch shifts required DBIx::Schema::Loader required version.

Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
---
 C4/Installer/PerlDependencies.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index e8cf6ff..bc3eb29 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -57,7 +57,7 @@ our $PERL_DEPS = {
     'DBIx::Class::Schema::Loader' => {
         'usage'    => 'Core',
         'required' => '1',
-        'min_ver'  => '0.07000'
+        'min_ver'  => '0.07039'
     },
     'Net::Z3950::ZOOM' => {
         'usage'    => 'Core',
-- 
1.9.1



More information about the Koha-patches mailing list