Commit 0ced6fe0 authored by Frédéric Buclin's avatar Frédéric Buclin

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

r=dkl a=glob
parent 60b56191
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment