Stop requiring unneeded/absent RPC::XML::Function
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 22 Oct 2012 22:19:03 +0000 (18:19 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 21 Feb 2013 21:47:24 +0000 (16:47 -0500)
It's not a thing in recent versions of RPC::XML

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Conflicts:
Open-ILS/src/extras/Makefile.install

Open-ILS/src/extras/Makefile.install
Open-ILS/src/perlmods/Build.PL
Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm

index 94942bd..d3ed369 100644 (file)
@@ -250,7 +250,6 @@ CPAN_MODULES_FORCE = \
 
 # Lucid Lynx needs the following additional CPAN modules.
 CPAN_MODULES_LUCID = \
-    RPC::XML::Function \
     Rose::URI
 
 # Precise Pangolin needs the following CPAN modules. All others are
@@ -259,7 +258,6 @@ CPAN_MODULES_PRECISE = \
     Business::CreditCard::Object \
     Business::OnlinePayment::PayPal \
     Template::Plugin::POSIX \
-    RPC::XML::Function \
     Rose::URI
 
 # ----------------------------------------------------------------------------
index e2bb24e..ead859d 100644 (file)
@@ -68,7 +68,6 @@ my $build = Module::Build->new(
         'POSIX' => '0',
         'RPC::XML' => '0',
         'RPC::XML::Client' => '0',
-        'RPC::XML::Function' => '0',
         'RPC::XML::Method' => '0',
         'RPC::XML::Parser' => '0',
         'RPC::XML::Procedure' => '0',
index 554c1af..42b69f6 100644 (file)
@@ -20,7 +20,6 @@ use OpenSRF::Utils::SettingsClient;
 
 use RPC::XML qw/smart_encode/;
 use RPC::XML::Parser;
-use RPC::XML::Function;
 use RPC::XML::Method;
 use RPC::XML::Procedure;