[Koha-patches] [PATCH] bug 5389: mark Business::ISBN as a required dependency

Galen Charlton gmcharlt at gmail.com
Thu Nov 11 16:05:34 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 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 3ac49dc..eadc569 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -466,7 +466,7 @@ our $PERL_DEPS = {
     },
     'Business::ISBN' => {
         'usage'    => 'Core',
-        'required' => '0',
+        'required' => '1',
         'min_ver'  => '2.05',
     },
 };
-- 
1.7.0



More information about the Koha-patches mailing list