From: Dan Scott Date: Mon, 20 Jun 2011 03:41:40 +0000 (-0400) Subject: Add extra Perl prereqs for TT OPAC to installer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbs%2Ftt-opac-perl-prereqs;p=working%2FEvergreen.git Add extra Perl prereqs for TT OPAC to installer TT OPAC requires two more Perl modules: * Template::Plugin::POSIX * Locale::Maketext::Lexicon Debian Squeeze and Fedora 15 have the second packaged, but not the first. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 263989adca..b1ce7cbbe3 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -86,6 +86,7 @@ DEBS = \ libemail-send-perl\ libemail-simple-perl\ libgd-graph3d-perl\ + liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\ libmarc-record-perl\ libncurses5-dev\ @@ -172,6 +173,7 @@ FEDORA_RPMS = \ perl-Email-Send \ perl-Email-Simple \ perl-GDGraph3d \ + perl-Locale-Maketext-Lexicon \ perl-Net-IP \ perl-Net-SSH2 \ perl-OLE-Storage_Lite \ @@ -229,7 +231,8 @@ CPAN_MODULES = \ Business::EDI \ Library::CallNumber::LC \ Net::Z3950::Simple2ZOOM \ - SRU + SRU \ + Template::Plugin::POSIX # More chronically unpackaged CPAN modules (available in Squeeze though) CPAN_MODULES_MORE = \