Skip Menu |

This queue is for tickets about the POE-Loop-Glib CPAN distribution.

Report information
The Basics
Id: 31724
Status: resolved
Priority: 0/
Queue: POE-Loop-Glib

People
Owner: martijn [...] cpan.org
Requestors: zpmorgan [...] cpan.org
Cc:
AdminCc:

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



Subject: testing fails on most systems
All of the tests use absolute paths, and assume that everyone's POE testing stuff will have the same file path. For example: The tests assume that I have /usr/share/perl5/POE/Test/Loops/all_errors.pm My copy is at /usr/local/share/perl/5.8.8/POE/Test/Loops/all_errors.pm I recomment using the following: use POE::Test::Loops::all_errors.pm;
fixed in 0.0033 by including the POE::Test::Loops tests for now