From 9b8adeeab9dd0f86cd78f449b0c6869682b55cc5 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 Conflicts: Open-ILS/src/extras/Makefile.install --- Open-ILS/src/extras/Makefile.install | 6 ++---- Open-ILS/src/perlmods/Build.PL | 1 - Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index b3a0953de0..414cb576b5 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -248,16 +248,14 @@ CPAN_MODULES_FORCE = \ Class::DBI::Frozen::301 # Lucid Lynx needs the following additional CPAN modules. -CPAN_MODULES_LUCID = \ - RPC::XML::Function +CPAN_MODULES_LUCID = # Precise Pangolin needs the following CPAN modules. All others are # avaialalbe as debs. CPAN_MODULES_PRECISE = \ Business::CreditCard::Object \ Business::OnlinePayment::PayPal \ - Template::Plugin::POSIX \ - RPC::XML::Function + Template::Plugin::POSIX # ---------------------------------------------------------------------------- diff --git a/Open-ILS/src/perlmods/Build.PL b/Open-ILS/src/perlmods/Build.PL index 00b0a26d09..0906965f94 100644 --- a/Open-ILS/src/perlmods/Build.PL +++ b/Open-ILS/src/perlmods/Build.PL @@ -69,7 +69,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