This module is currently packaged by Debian for Wheezy and by Ubuntu for Precise and Quantal.
Signed-off-by: Galen Charlton <[email protected]> --- 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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
