Checking if your kit is complete... Looks good Writing Makefile for List::Cycle cp Cycle.pm blib/lib/List/Cycle.pm Manifying blib/man3/List::Cycle.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/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 List::Cycle; # Testing List::Cycle 0.04, Perl 5.006001, /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl ok t/dump............1..3 ok 1 - use List::Cycle; ok 2 - The object isa List::Cycle # Failed test 'dumped properly' # at t/dump.t line 20. # got: 'values => 2112,5150,90125 # pointer => 0 # ' # expected: 'pointer => 0 # values => 2112,5150,90125 # ' not ok 3 - dumped properly # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/new.............1..5 ok 1 - use List::Cycle; ok 2 - The object isa List::Cycle ok 3 - die on invalid constructor arg ok 4 - The object isa List::Cycle ok 5 - die on next without vals ok t/next............1..9 ok 1 - use List::Cycle; ok 2 - The object isa List::Cycle ok 3 - We are the priests ok 4 - Why can't this be love ok 5 - You can fool yourself ok 6 - What can this strange device be? ok 7 - That's what dreams are made of ok 8 - You can cheat until you're blind ok 9 - You don't get something for nothing 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..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/reset...........1..12 ok 1 - use List::Cycle; ok 2 - The object isa List::Cycle ok 3 - We are the priests ok 4 - We are the priests ok 5 - Why can't this be love ok 6 - You can fool yourself ok 7 - What can this strange device be? ok 8 - That's what dreams are made of ok 9 - You can cheat until you're blind ok 10 - You don't get something for nothing ok 11 - Why can't this be love ok 12 - We are the priests ok t/vals............1..8 ok 1 - use List::Cycle; ok 2 - The object isa List::Cycle ok 3 - got first value ok 4 - got second value ok 5 - got first value ok 6 - got first value ok 7 - got second value ok 8 - got first value ok Failed 1/8 test scripts, 87.50% okay. 1/38 subtests failed, 97.37% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/dump.t 1 256 3 1 33.33% 3 2 tests skipped. make: *** [test_dynamic] Error 11