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
# 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
Business::CreditCard::Object \
Business::OnlinePayment::PayPal \
Template::Plugin::POSIX \
- RPC::XML::Function \
Rose::URI
# ----------------------------------------------------------------------------
'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',
use RPC::XML qw/smart_encode/;
use RPC::XML::Parser;
-use RPC::XML::Function;
use RPC::XML::Method;
use RPC::XML::Procedure;