Skip Menu |

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

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

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

Bug Information
Severity: Important
Broken in: 0.710.08
Fixed in: (no value)



Subject: t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x
The eval { use bytes; } at L63 doesn't propogate to L64, where it's needed. Hence the test fails ("got 7, expected 8"). This patch fixes it: 63,65c63,67 < eval { use bytes }; < is length $result, 8, "lenght of >$result< is 8 due to wide character"; < }--- Show quoted text
> eval { > use bytes; > is length $result, 8, "lenght of >$result< is 8 due to wide
character"; Show quoted text
> } > }
Applied in SVN. thanks !
Subject: Re: [rt.cpan.org #41348] t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x
Date: Sun, 14 Dec 2008 19:55:24 +0000
To: bug-SOAP-Lite [...] rt.cpan.org
From: Simon Whitaker <sw [...] netcetera.org>
Cool - thanks Martin! On 14 Dec 2008, at 19:52, Martin Kutter via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=41348 > > > Applied in SVN. > > thanks !
fixed in <= 0.712