$ PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib
-I/usr/local/lib/perl5/i586-linux/5.00405 -I/usr/local/lib/perl5 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/22_wheel_run.t
t/22_wheel_run......could not create semaphore pipe: Bad file descriptor
at t/22_wheel_run.t line 146
dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 1-24
Failed 24/24 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of failed
---------------------------------------------------------------------------
----
t/22_wheel_run. 9 2304 24 24 100.00% 1-24
Failed 1/1 test scripts, 0.00% okay. 24/24 subtests failed, 0.00% okay.
However :
$ perl t/22_wheel_run.t
Works perfectly... :/
This is with latest CVS version of POE. Perl 5.004_05.
Off bug hunting I go.
-Philip