Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 64250
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.712
Fixed in: (no value)



Subject: Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
RT-Send-CC: slaven [...] rezic.de
This patch should fix it.
Subject: open_csEDB2wB.txt
diff -rup SOAP-Lite-0.712-c_90N9-orig/lib/XML/Parser/Lite.pm SOAP-Lite-0.712-c_90N9/lib/XML/Parser/Lite.pm --- SOAP-Lite-0.712-c_90N9-orig/lib/XML/Parser/Lite.pm 2011-04-03 20:23:22.000000000 -0700 +++ SOAP-Lite-0.712-c_90N9/lib/XML/Parser/Lite.pm 2011-04-03 20:23:34.000000000 -0700 @@ -128,6 +128,7 @@ my $REGEXP = _regexp('??'); sub _parse_re { use re "eval"; undef $^R; + no strict 'refs'; 1 while $_[0] =~ m{$REGEXP}go };
On Sun Apr 03 23:33:43 2011, SPROUT wrote: Show quoted text
> This patch should fix it.
THANK YOU. I had the exact same issue in perl-5.14.0-RC1 and the patch fixed it. I hope this is fixed upstream as soon as possible =)
On Fri Apr 29 19:16:34 2011, GARU wrote: Show quoted text
> On Sun Apr 03 23:33:43 2011, SPROUT wrote:
> > This patch should fix it.
> > THANK YOU. > > I had the exact same issue in perl-5.14.0-RC1 and the patch fixed it. > > I hope this is fixed upstream as soon as possible =)
I believe that this is cosmetic provided XML::Parser is installed. But with 5.14 in the not-too-distant future, I add my hope of an impending SOAP::Lite distribution. Anything I can do to help? Tom Wyant
Fixed in SVN in #377 Thanks for reporting, Martin
fixed in >= 0.713