Checking if your kit is complete... Looks good Writing Makefile for IO::Tail cp lib/IO/Tail.pm blib/lib/IO/Tail.pm Manifying blib/man3/IO::Tail.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use IO::Tail; # Testing IO::Tail 0.01, Perl 5.008008, /Users/cpanrun/build/5.8.8/bin/perl ok t/01-empty........1..3 ok 1 - The object isa IO::Tail ok 2 - check results no more items ok 3 - loop returns immediately ok t/02-pipe.........1..42 ok 1 - The object isa IO::Tail not reach here at t/02-pipe.t line 25. ok 2 - add($handle) # Looks like you planned 42 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-42 Failed 40/42 tests, 4.76% okay t/03-file.........1..32 ok 1 - tempfile: tmp.f09kOJ.txt ok 2 - The object isa IO::Tail ok 3 - add($rd) ok 4 - check results something exists ok 5 - fork ok 6 - close $fh ok 7 - [1] $ref is SCALARREF isa SCALAR ok 8 - [1] $$ref has valid data (gettimeofday) ok 9 - few delay (0.00<=0.25) ok 10 - [1] $eof is tuened off ok 11 - [2] $ref is SCALARREF isa SCALAR ok 12 - [2] $$ref has valid data (gettimeofday) ok 13 - few delay (0.00<=0.25) ok 14 - [2] $eof is tuened off ok 15 - [3] $ref is SCALARREF isa SCALAR ok 16 - [3] $$ref has valid data (gettimeofday) ok 17 - few delay (0.01<=0.25) ok 18 - [3] $eof is tuened off ok 19 - [4] $ref is SCALARREF isa SCALAR ok 20 - [4] last iteration. ok 21 - [4] $$ref is EXIT marker ok 22 - [4] $eof is still tuened off ok 23 - loop returns immediately ok 24 - The object isa IO::Tail ok 25 - add("-") not reach here at t/03-file.t line 107. # Looks like you planned 32 tests but only ran 25. # Looks like your test died just after 25. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 26-32 Failed 7/32 tests, 78.12% okay t/04-timeout......1..13 ok 1 - The object isa IO::Tail ok 2 - add_timeout(1sec) ok 3 - check results something exists ok 4 - return from loop (elapsed:1.20>0.9) ok 5 - return from loop (elapsed:1.20<1.8) ok 6 - 1 timeout was done ok 7 - tiemouted at 1.20 (>0.9) ok 8 - tiemouted at 1.20 (<1.8) ok 9 - The object isa IO::Tail ok 10 - add_timeout(1sec) ok 11 - check results something exists ok 12 - check results nothing exists ok 13 - loop returns immediately ok t/05-interval.....1..12 ok 1 - The object isa IO::Tail ok 2 - add_interval(1sec) ok 3 - check results something exists ok 4 - check results nothing exists ok 5 - loop returns immediately ok 6 - The object isa IO::Tail ok 7 - add_interval(1sec) ok 8 - check results something exists ok 9 - iter 1 ok 10 - iter 2 ok 11 - iter 3 ok 12 - 3 timeout was done ok t/06-loop.........1..5 ok 1 - The object isa IO::Tail ok 2 - pipe(2) ok 3 - add($rd) ok 4 - check results something exists ok 5 - loop can timeout ok t/97_podspell.....1..0 # Skip Test::Spelling is not installed. skipped all skipped: Test::Spelling is not installed. t/boilerplate.....1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/IO/Tail.pm contains no boilerplate text ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/IO/Tail.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-pipe.t 255 65280 42 80 3-42 t/03-file.t 255 65280 32 14 26-32 2 tests skipped. Failed 2/11 test scripts. 47/112 subtests failed. Files=11, Tests=112, 12 wallclock secs ( 1.12 cusr + 0.34 csys = 1.46 CPU) Failed 2/11 test programs. 47/112 subtests failed. make: *** [test_dynamic] Error 25