Subject: | TAP plan error in 4 tests |
Hello,
Thanks for writing this excellent module! I've been using it regularly
in my POE apps, ha! Anyway, I recently tried to install it on my Windows
XP vm in order to smoke some POE bugs.
The module failed to pass the tests because it emitted incorrect TAP
plan. After consulting with some people on IRC and looking at the TAP
manual, I found the solution. It seems you were using the "old-style"
TAP printouts and with the latest Test::Harness, it complains!
The fix is to change those 4 tests: hup, io, reenter, and signal. You
need to print one line for the skip, not two! The TAP doc can be found
here: http://search.cpan.org/~petdance/TAP-1.00/TAP.pm#Skipping_tests
Attached is the failing output and the patch. Thanks again for taking
the time to look into this!
--
~Apocalypse
Subject: | event_error |
Message body not shown because it is not plain text.
Subject: | event_patch |
Message body not shown because it is not plain text.