Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting

r/a=mkanat


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@261629 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-12-06 17:18:37 +00:00
parent de640bb330
commit 4e6a589ae5
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
7489
7490

View File

@ -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'],
},
{