Checking if your kit is complete... Looks good Writing Makefile for Test::Tail::Multi cp lib/Test/Tail/Multi.pm blib/lib/Test/Tail/Multi.pm Manifying blib/man3/Test::Tail::Multi.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01load...........1..1 ok 1 - use Test::Tail::Multi; ok t/02import.........1..3 ok 1 ok 2 ok 3 ok t/03add............1..4 ok 1 - right number of entries # added bar ok 2 - right new number of entries ok 3 - failed as expected ok 4 - right message ok t/04add_empty......1..1 ok 1 - empty list of files handled ok t/04add_missing....1..1 Using a hash as a reference is deprecated at t/04add_missing.t line 4. # Failed test (t/04add_missing.t at line 12) not ok 1 - failed as expected # STDERR is: # # Failed test (t/04add_missing.t at line 11) # # Tried to use 'Test::Tail::Multi files=>'. # # Error: syntax error at (eval 1) line 2, near "require Test::Tail::Multi files" # # not: # # Failed test (t/04add_missing.t at line 11) # # Tried to use 'Test::Tail::Multi files=>'. # # Error: You must specify at least one file to monitor at (eval 3) line 2 # # BEGIN failed--compilation aborted at t/04add_missing.t line 11. # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/05plan...........1..1 ok 1 - can handle 'tests' ok t/06no_plan........ok 1 - can handle 'no_plan' 1..1 ok t/07like...........1..4 ok 1 - received what I expected ok 2 - could look at it twice ok 3 - didn't match (good) ok 4 - still didn't (good) ok t/08delay..........1..3 ok 1 - 5-second default # resetting delay to 2 seconds ok 2 - now a 10-second delay ok 3 - 2-second delay 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/Test/Tail/Multi.pm ok Failed 1/11 test scripts, 90.91% okay. 1/20 subtests failed, 95.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/04add_missing.t 1 1 100.00% 1 1 test skipped. make: *** [test_dynamic] Error 25