Checking if your kit is complete... Looks good Writing Makefile for Array::Utils cp Utils.pm blib/lib/Array/Utils.pm Manifying blib/man3/Array::Utils.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/array-utils.......ok 1 - use Array::Utils; ok 2 - require Array::Utils; ok 3 - Array members comparison - different arrays ok 4 - Array members comparison - same array ok 5 - Array unique union count ok 6 - Array unique union ok 7 - Array intersection count ok 8 - Array intersection ok 9 - Array symmetric difference count ok 10 - Array symmetric difference ok 11 - Array diff with empty array ok 12 - Array diff with empty array reverse order ok 13 - Array diff with empty arrays 1..13 FAILED tests 1-13 Failed 13/13 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/array-utils.t 13 13 100.00% 1-13 Failed 1/1 test scripts, 0.00% okay. 13/13 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29