bug 6281: add Library::CallNumber::LC as a required Perl dependency
authorGalen Charlton <gmc@esilibrary.com>
Fri, 17 Aug 2012 15:49:45 +0000 (11:49 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 10 Jun 2013 14:56:53 +0000 (07:56 -0700)
This module is currently packaged by Debian for Wheezy and by
Ubuntu for Precise and Quantal.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Installer/PerlDependencies.pm

index 5a6a868..ca220aa 100644 (file)
@@ -684,6 +684,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '1.44',
     },
+    'Library::CallNumber::LC' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.22',
+    },
 };
 
 1;