Commit f733acb5 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 return…

Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 return the wrong XML for methods Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
parent 04dcd6ca
......@@ -199,6 +199,8 @@ sub OPTIONAL_MODULES {
package => 'SOAP-Lite',
module => 'SOAP::Lite',
version => 0,
# These versions (0.70 -> 0.710.05) are affected by bug 468009
blacklist => ['^0\.70', '^0\.710?\.0[1-5]$'],
feature => 'XML-RPC Interface'
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment