summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-12-06 18:10:29 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-12-06 18:10:29 +0100
commitb82f8f683c7f3d396076b9c6b4b2aadf191c5625 (patch)
tree2760fbd8ac142a5cd1ad6718b67ffa97287c11ee /Bugzilla/Install/Requirements.pm
parent067e958da7d04d51f3d9f061f51cf65e22e452d1 (diff)
downloadbugzilla-b82f8f683c7f3d396076b9c6b4b2aadf191c5625.tar.gz
bugzilla-b82f8f683c7f3d396076b9c6b4b2aadf191c5625.tar.xz
Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index d2bc9328b..ea2b313fd 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -246,9 +246,9 @@ sub OPTIONAL_MODULES {
{
package => 'SOAP-Lite',
module => 'SOAP::Lite',
- # 0.710.04 is required for correct UTF-8 handling, but .04 and .05 are
- # affected by bug 468009.
- version => '0.710.06',
+ # Fixes various bugs, including 542931 and 552353 + stops
+ # throwing warnings with Perl 5.12.
+ version => '0.712',
feature => ['xmlrpc'],
},
{