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 |