Checking if your kit is complete... Looks good Writing Makefile for IO::Tail cp lib/IO/Tail.pm blib/lib/IO/Tail.pm lib/IO/Tail.pm:503: Unknown command paragraph "=encoding utf8" Manifying blib/man3/IO::Tail.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..1 ok 1 - use IO::Tail; # Testing IO::Tail 0.01, Perl 5.006001, /export/home/cpanrun/build/5.6.1/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 ok 2 - add($handle) not reach here at t/02-pipe.t line 25. # 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.RJWdW6.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.04<=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.03<=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.02<=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.80>0.9) not ok 5 - return from loop (elapsed:1.80<1.8) # Failed test (t/04-timeout.t at line 35) # '1.80' # < # '1.8' ok 6 - 1 timeout was done ok 7 - tiemouted at 1.80 (>0.9) not ok 8 - tiemouted at 1.80 (<1.8) # Failed test (t/04-timeout.t at line 40) # '1.80' # < # '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 # Looks like you failed 2 tests of 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 5, 8 Failed 2/13 tests, 84.62% okay 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: 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: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/02-pipe.t 255 65280 42 40 95.24% 3-42 t/03-file.t 255 65280 32 7 21.88% 26-32 t/04-timeout.t 2 512 13 2 15.38% 5, 8 3 tests skipped. Failed 3/11 test scripts, 72.73% okay. 49/111 subtests failed, 55.86% okay. make: *** [test_dynamic] Error 29