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;