Add extra Perl prereqs for TT OPAC to installer user/dbs/tt-opac-perl-prereqs
authorDan Scott <dan@coffeecode.net>
Mon, 20 Jun 2011 03:41:40 +0000 (23:41 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 20 Jun 2011 03:41:40 +0000 (23:41 -0400)
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 <dan@coffeecode.net>
Open-ILS/src/extras/Makefile.install

index 263989a..b1ce7cb 100644 (file)
@@ -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 = \