Bug 911509: SOAP::Lite 1.0 no longer includes XMLRPC::Lite

r=dkl a=glob


git-svn-id: svn://10.0.0.236/trunk@265007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-09-12 17:15:48 +00:00
parent 9ccc31d214
commit 981293cd25
2 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
8733
8734

View File

@ -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',