Add Rose::URI prerequisite for Ubuntu systems
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 18 Feb 2013 16:07:23 +0000 (11:07 -0500)
committerBen Shum <bshum@biblio.org>
Mon, 18 Feb 2013 18:11:17 +0000 (13:11 -0500)
The Ubuntu parts of Makefile.install don't use the same list of CPAN
packages to install since for Ubuntu there are more distro packages
available than for Debian.

Spotted by Ben Shum.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/extras/Makefile.install

index 344d417..ef76791 100644 (file)
@@ -249,7 +249,8 @@ CPAN_MODULES_FORCE = \
 
 # Lucid Lynx needs the following additional CPAN modules.
 CPAN_MODULES_LUCID = \
-    RPC::XML::Function
+    RPC::XML::Function \
+    Rose::URI
 
 # Precise Pangolin needs the following CPAN modules. All others are
 # avaialalbe as debs.
@@ -257,7 +258,8 @@ CPAN_MODULES_PRECISE = \
     Business::CreditCard::Object \
     Business::OnlinePayment::PayPal \
     Template::Plugin::POSIX \
-    RPC::XML::Function
+    RPC::XML::Function \
+    Rose::URI
 
 # ----------------------------------------------------------------------------