summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm10
1 files changed, 10 insertions, 0 deletions
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',