summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-01-07 14:33:16 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-01-07 14:33:16 +0100
commit41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37 (patch)
tree288273632372563a99ffc9871bd1360dbab75a7c /Bugzilla/Install/Requirements.pm
parent26db658179ff62a735c6b45767008603914c63ed (diff)
downloadbugzilla-41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37.tar.gz
bugzilla-41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37.tar.xz
Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12
r=dkl a=glob
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index ee50a526a..d722cc6d7 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -281,6 +281,8 @@ sub OPTIONAL_MODULES {
# Fixes various bugs, including 542931 and 552353 + stops
# throwing warnings with Perl 5.12.
version => '0.712',
+ # SOAP::Transport::HTTP 1.12 is bogus.
+ blacklist => ['^1\.12$'],
feature => ['xmlrpc'],
},
# Since SOAP::Lite 1.0, XMLRPC::Lite is no longer included