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>
# 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.
Business::CreditCard::Object \
Business::OnlinePayment::PayPal \
Template::Plugin::POSIX \
- RPC::XML::Function
+ RPC::XML::Function \
+ Rose::URI
# ----------------------------------------------------------------------------