On Sat Apr 18 05:04:46 2015, SREZIC wrote:
Show quoted text
This problem persists. Today I attempted to install this module on FreeBSD-11 against Perl 5 blead at a commit just after the tag for perl-5.30.0-RC1, using cpanm as the installer. Results:
#####
$ ~/bin/perl/dumpjson BINGOS.POE-API-Peek-2.20.log.json
{
author => "BINGOS",
dist => "POE-API-Peek",
distname => "POE-API-Peek-2.20",
distversion => "2.20",
grade => "FAIL",
prereqs => undef,
test_output => [
"Building and testing POE-API-Peek-2.20",
"cp lib/POE/API/Peek.pm blib/lib/POE/API/Peek.pm",
"PERL_DL_NONLAZY=1 \"/usr/home/jkeenan/testing/blead/bin/perl\" \"-MExtUtils::Command::MM\" \"-MTest::Harness\" \"-e\" \"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')\" t/*.t",
"t/00-basic.t .............. ok",
"t/01-session.t ............ ",
"Failed 13/52 subtests ",
"t/02-alias.t .............. ok",
"t/03-event.t .............. ok",
"t/04-extref.t ............. ok",
"t/05-filehandle.t ......... ok",
"t/06-signals.t ............ ok",
"t/07-kernel.t ............. ok",
"t/08-pid.t ................ ok",
"t/release-pod-coverage.t .. skipped: these tests are for release candidate testing",
"t/release-pod-syntax.t .... skipped: these tests are for release candidate testing",
"",
"Test Summary Report",
"-------------------",
"t/01-session.t (Wstat: 138 Tests: 39 Failed: 0)",
" Non-zero wait status: 138",
" Parse errors: Bad plan. You planned 52 tests but ran 39.",
"Files=11, Tests=155, 2 wallclock secs ( 0.04 usr 0.02 sys + 1.15 cusr 0.24 csys = 1.45 CPU)",
"Result: FAIL",
],
via => "App::cpanminus::reporter 0.17 (1.7044)",
}
#####
tail of prove output:
#####
ok 39 - our parent is the kernel
Failed 13/52 subtests
Test Summary Report
-------------------
t/01-session.t (Wstat: 138 Tests: 39 Failed: 0)
Non-zero wait status: 138
Parse errors: Bad plan. You planned 52 tests but ran 39.
Files=1, Tests=39, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.15 cusr 0.03 csys = 0.24 CPU)
Result: FAIL
#####
Thank you very much.
Jim Keenan