Subject: | POE::Component::Cron tickles a bug in 0.92 |
See http://rt.cpan.org/Public/Bug/Display.html?id=53491
POE is 1.284, POE::Component::Cron is 0.021
problem reported in both perl 5.10.0 and 5.10.1
I can duplicate this and will look into it further soon.
$ 14:37:48 cfedde@floss:~/src/POE-Component-Cron-0.021
make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/POE-Component-Cron.t .. 1/? # This is going to take about two minutes
Attempt to bless into a reference at
/usr/local/share/perl/5.10.0/POE/Component/Schedule.pm line 165.
# Looks like your test exited with 255 just after 2.
10075: Sessions were started, but POE::Kernel's run() method was never
10075: called to execute them. This usually happens because an error
10075: occurred before POE::Kernel->run() could be called. Please fix
10075: any errors above this notice, and be sure that POE::Kernel->run()
10075: is called. See documentation for POE::Kernel's run() method for
10075: another way to disable this warning.
t/POE-Component-Cron.t .. Dubious, test returned 255 (wstat 65280,
0xff00)
All 2 subtests passed
Test Summary Report
-------------------
t/POE-Component-Cron.t (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Files=1, Tests=2, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.59 cusr
0.08 csys = 0.73 CPU)
Result: FAIL
Failed 1/1 test programs. 0/2 subtests failed.
make: *** [test_dynamic] Error 255