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/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/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 all skipped: Test::Distribution not installed t/01-kwalitee........1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/02-perl-critic.....1..0 # Skip Test::Perl::Critic required for reviewing coding style skipped all skipped: Test::Perl::Critic required for reviewing coding style t/03-pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all 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 all 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 ok 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 'scalar %dx_hash returns the correct number of keys' # at t/scalar.t 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 1/16 test scripts, 93.75% okay. 1/32 subtests failed, 96.88% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/scalar.t 1 256 2 1 50.00% 2 5 tests skipped. make: *** [test_dynamic] Error 11