[Koha-patches] [PATCH 3/6] bug 6281: add Library::CallNumber::LC as a required Perl dependency

Galen Charlton gmc at esilibrary.com
Wed Jan 9 04:36:24 CET 2013


This module is currently packaged by Debian for Wheezy and by
Ubuntu for Precise and Quantal.

Signed-off-by: Galen Charlton <gmc at esilibrary.com>
---
 C4/Installer/PerlDependencies.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index 41fa8db..dbf117f 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -634,6 +634,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.22',
     },
+    'Library::CallNumber::LC' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.22',
+    },
 };
 
 1;
-- 
1.7.2.5



More information about the Koha-patches mailing list