Checking if your kit is complete... Looks good Writing Makefile for Sort::Half::Maker cp lib/Sort/Half/Maker.pm blib/lib/Sort/Half/Maker.pm Manifying blib/man3/Sort::Half::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/01-use............ok 1 - use Sort::Half::Maker; # Testing Sort::Half::Maker 0.03, Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/02-basic..........1..16 ok 1 - use Sort::Half::Maker; ok 2 - defined return ok 3 - The object isa CODE ok 4 ok 5 - defined return ok 6 - The object isa CODE ok 7 ok 8 - defined return ok 9 - The object isa CODE ok 10 # skip 5.6 sort is not stable ok 11 - defined return ok 12 - The object isa CODE ok 13 - start => [ qw(a b a) ] sorts like [ qw(a b) ] ok 14 - defined return ok 15 - The object isa CODE ok 16 - end => [ qw(x y z x) ] sorts like [ qw(x y z) ] ok, 1/16 skipped: 5.6 sort is not stable t/90-pod............1..0 # Skip Test::Pod 1.18 required for testing POD skipped: Test::Pod 1.18 required for testing POD t/98-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 Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01-use.t 1 1 100.00% 1 2 tests and 1 subtest skipped. Failed 1/4 test scripts, 75.00% okay. 1/17 subtests failed, 94.12% okay. make: *** [test_dynamic] Error 29