Checking if your kit is complete... Looks good Writing Makefile for Tie::DxHash cp lib/Tie/DxHash.pm blib/lib/Tie/DxHash.pm Manifying blib/man3/Tie::DxHash.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/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-distribution...1..0 # Skip Test::Distribution not installed skipped: Test::Distribution not installed t/01-kwalitee.......1..0 # Skip Test::Kwalitee not installed; skipping skipped: Test::Kwalitee not installed; skipping t/02-perl-critic....1..0 # Skip Test::Perl::Critic required for reviewing coding style skipped: Test::Perl::Critic required for reviewing coding style t/03-pod............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD t/04-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/clear.............1..2 ok 1 ok 2 ok t/defined...........1..4 ok 1 ok 2 ok 3 ok 4 ok t/delete............1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/destroy...........1..2 ok 1 ok 2 ok t/exists............1..4 ok 1 ok 2 ok 3 ok 4 ok t/fetch.............1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/keys..............ok 1 - keys() returns the correct number of keys ok 2 - calling keys() does not mess up the hash 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/multi.............1..2 ok 1 ok 2 ok t/scalar............1..2 ok 1 - scalar %dx_hash returns zero for an empty tied hash not ok 2 - scalar %dx_hash returns the correct number of keys # Failed test (t/scalar.t at line 14) # got: '0' # expected: '3' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/store.............1..2 ok 1 ok 2 ok t/tiehash...........1..2 ok 1 ok 2 ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/keys.t 2 2 100.00% 1-2 t/scalar.t 1 256 2 1 50.00% 2 5 tests skipped. Failed 2/16 test scripts, 87.50% okay. 3/32 subtests failed, 90.62% okay. make: *** [test_dynamic] Error 29