From 0ced6fe053d60471c8b768c95e45e640c32ce251 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 12 Sep 2013 19:00:07 +0200 Subject: Bug 911509: SOAP::Lite 1.0 no longer includes XMLRPC::Lite r=dkl a=glob --- Bugzilla/Install/Requirements.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 0d02904e9..ce6b2bc78 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -272,6 +272,8 @@ sub OPTIONAL_MODULES { version => 0, feature => ['auth_radius'], }, + # XXX - Once we require XMLRPC::Lite 0.717 or higher, we can + # remove SOAP::Lite from the list. { package => 'SOAP-Lite', module => 'SOAP::Lite', @@ -280,6 +282,14 @@ sub OPTIONAL_MODULES { version => '0.712', feature => ['xmlrpc'], }, + # Since SOAP::Lite 1.0, XMLRPC::Lite is no longer included + # and so it must be checked separately. + { + package => 'XMLRPC-Lite', + module => 'XMLRPC::Lite', + version => '0.712', + feature => ['xmlrpc'], + }, { package => 'JSON-RPC', module => 'JSON::RPC', -- cgit v1.2.3-24-g4f1b