Andreas Koenig via RT wrote:
Show quoted text> Once again, I had no time to investigate if it is POE's or
> Test::Simple's fault. With 0.78 the following test fails:
>
> t/90_regression/cfedde-filter-httpd.t
>
> Downgrading to 0.74 lets it pass.
>
> Tesated with bleadperl@33390, bleadperl@33409, and 5.10.0
The failure is valid and the message is correct.
$ perl -Mblib t/90_regression/cfedde-filter-httpd.t
1..2
ok 1 - client connected
ok 2 - HTTP::Request=HASH(0x19476ac) isa HTTP::Message
# Looks like your test died just after 2.
0.78 fixed a bug and revealed a failure, previous versions tended to mask the
test's exit code. The test is exiting with 1 at line 66.
--
Don't try the paranormal until you know what's normal.
-- "Lords and Ladies" by Terry Prachett