Skip Menu |

This queue is for tickets about the Event CPAN distribution.

Report information
The Basics
Id: 43179
Status: resolved
Priority: 0/
Queue: Event

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

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



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
Download event_error
application/octet-stream 1.2k

Message body not shown because it is not plain text.

Subject: event_patch
Download event_patch
application/octet-stream 1.6k

Message body not shown because it is not plain text.

Applied. Sorry for the delay. I was not receiving email notification of bug reports.