Checking if your kit is complete... Looks good Writing Makefile for Data::Bucket cp lib/Data/Bucket.pm blib/lib/Data/Bucket.pm Manifying blib/man3/Data::Bucket.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/001_load..........1..1 ok 1 - use Data::Bucket; ok t/002_build.........ok 1 - use Data::Bucket; ok 2 - parm check - no data ok 3 - parm check - bad data ok 4 - The object isa Data::Bucket $VAR1 = { 'a' => [ 'aaaa', 'abbb' ], 'r' => [ 'rrrrr' ], 'c' => [ 'cddd', 'ceee', 'cccc' ], 't' => [ 'tttt' ] }; 1..4 FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/003_access........ok 1 - use Data::Bucket; ok 2 - The object isa Data::Bucket bucket for randal: $VAR1 = [ 'ronny', 'randy', 'rick', 'ruby' ]; bucket for larry: $VAR1 = [ 'lars', 'larry' ]; bucket for damian: $VAR1 = [ 'daniel' ]; 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/002_build.t 4 4 100.00% 1-4 t/003_access.t 2 2 100.00% 1-2 Failed 2/3 test scripts, 33.33% okay. 6/7 subtests failed, 14.29% okay. make: *** [test_dynamic] Error 29