Skip Menu |

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

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

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

Bug Information
Severity: (no value)
Broken in: 0.69
Fixed in: (no value)



Subject: Some debugging-aid patches
Hi, Attached is a patch against SOAP::Lite 0.69 that would help people who are trying to diagnose what's going wrong when tests fail. Mostly it just provides a predictable order to the test execution in t/03-server.t and uses Test::ok()'s ability to show the user something useful about failing tests in t/06-modules.t. It also eliminates a clobbering of $SIG{__WARN__} in t/03- server.t, which in my case was hiding some actual problems. Thanks, -Ken
Subject: patch
Download patch
application/octet-stream 1.4k

Message body not shown because it is not plain text.

Applied in CVS, will be in next release. Thanks, Martin