From b82f8f683c7f3d396076b9c6b4b2aadf191c5625 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 6 Dec 2010 18:10:29 +0100 Subject: Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting r/a=mkanat --- Bugzilla/Install/Requirements.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') 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'], }, { -- cgit v1.2.3-24-g4f1b