Checking if your kit is complete... Looks good Writing Makefile for List::Maker cp lib/List/Maker.pm blib/lib/List/Maker.pm Manifying blib/man3/List::Maker.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 List::Maker; # Testing List::Maker 0.0.3 ok t/error.............ok 1 - Sequence <1, 0, -1...> will never reach 10 ok 2 - Sequence <1, 2, 3...> will never reach -10 ok 3 - Sequence <1, 3, 5...> will never reach -10 ok 4 - Sequence <1, -2, -5...> will never reach 10 ok 5 - Sequence <1, 1, 1...> will never reach 10 ok 6 - Sequence <2, 2, 2...> will never reach 10 ok 7 - Sequence <3, 3, 3...> will never reach -10 ok 8 - Sequence <4, 4, 4...> will never reach -10 ok 9 - Sequence <1, 1, 1...> will reach 1 ok 10 - Sequence <2, 2, 2...> will reach 2 1..10 FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/filter............ok 1 - <1..10 : odd X> ok 2 - <1..10x3 : odd N> ok 3 - <1,5..10 : odd I> ok 4 - <1,5..10 : odd \$_> ok 5 - <1..20 : /7/> 1..5 FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/interp............ok 1 - <$to..$from> ok 2 - <$from..$to x $by> ok 3 - <$from, $by,..$to> ok 4 - <10..$from> ok 5 - < $range > 1..5 FAILED tests 1-5 Failed 5/5 tests, 0.00% okay 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 t/range.............ok 1 - <1..10> ok 2 - <-1..10> ok 3 - <1..1> ok 4 - <10..1> ok 5 - <1.1..9.9> ok 6 - <9.9..1.1> 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/range_by..........ok 1 - <1..10x1> ok 2 - <1..10 x1> ok 3 - <1..10x 1> ok 4 - <1..10 x 1> ok 5 - <-1..10> ok 6 - <1..1> ok 7 - <1..1> ok 8 - <10..1> ok 9 - <1.1..9.9x1> ok 10 - <9.9..1.1x-1> ok 11 - <1..10x2> ok 12 - <1..10x3> ok 13 - <1..10x4> ok 14 - <1..10x5> ok 15 - <1..10x6> ok 16 - <1..10x7> ok 17 - <1..10x8> ok 18 - <1..10x9> ok 19 - <1..10x10> ok 20 - <1.1..9.9x2.5> 1..20 FAILED tests 1-20 Failed 20/20 tests, 0.00% okay t/tri_range.........ok 1 - <1..10x1> ok 2 - <1..10 x1> ok 3 - <1..10x 1> ok 4 - <-1..10> ok 5 - <1..1> ok 6 - <1..1> ok 7 - <10..1> ok 8 - <1.1..9.9x1> ok 9 - <9.9..1.1x-1> ok 10 - <1..10x2> ok 11 - <1..10x3> ok 12 - <1..10x4> ok 13 - <1..10x5> ok 14 - <1..10x6> ok 15 - <1..10x7> ok 16 - <1..10x8> ok 17 - <1..10x9> ok 18 - <1.1..9.9x2.5> 1..18 FAILED tests 1-18 Failed 18/18 tests, 0.00% okay t/wordlist..........ok 1 - < a word list > ok 2 - < > ok 3 - < "a word" list > ok 4 - < 'a word' list > ok 5 - < "o'word" list > ok 6 - < 'u"word' list > 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/error.t 10 10 100.00% 1-10 t/filter.t 5 5 100.00% 1-5 t/interp.t 5 5 100.00% 1-5 t/range.t 6 6 100.00% 1-6 t/range_by.t 20 20 100.00% 1-20 t/tri_range.t 18 18 100.00% 1-18 t/wordlist.t 6 6 100.00% 1-6 2 tests skipped. Failed 7/10 test scripts, 30.00% okay. 70/71 subtests failed, 1.41% okay. make: *** [test_dynamic] Error 29