[Koha-patches] [PATCH] [Bug 5465] Makefile.PL asks for too high version of Business::ISBN

Liz Rea lrea at nekls.org
Thu Dec 2 15:48:15 CET 2010


Backing down the version to 2.0301 to match the Lenny available package.
---
 C4/Installer/PerlDependencies.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index eadc569..aec83b8 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -467,7 +467,7 @@ our $PERL_DEPS = {
     'Business::ISBN' => {
         'usage'    => 'Core',
         'required' => '1',
-        'min_ver'  => '2.05',
+        'min_ver'  => '2.0301',
     },
 };
 
-- 
1.5.6.5



More information about the Koha-patches mailing list