From d16ff8e27e777de88cf09d47c6d01197b1cfd18f Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Mon, 22 Oct 2012 18:19:03 -0400 Subject: [PATCH] Stop requiring unneeded/absent RPC::XML::Function It's not a thing in recent versions of RPC::XML Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott Conflicts: Open-ILS/src/extras/Makefile.install --- Open-ILS/src/extras/Makefile.install | 2 -- Open-ILS/src/perlmods/Build.PL | 1 - Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm | 1 - 3 files changed, 4 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 94942bdfe6..d3ed369901 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -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 # ---------------------------------------------------------------------------- diff --git a/Open-ILS/src/perlmods/Build.PL b/Open-ILS/src/perlmods/Build.PL index e2bb24e5bb..ead859dde9 100644 --- a/Open-ILS/src/perlmods/Build.PL +++ b/Open-ILS/src/perlmods/Build.PL @@ -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', diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm index 554c1af8b2..42b69f62b9 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm @@ -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; -- 2.11.0