Checking if your kit is complete... Looks good Writing Makefile for Data::HTMLDumper cp HTMLDumper/Output.pm blib/lib/Data/HTMLDumper/Output.pm cp HTMLDumper.pm blib/lib/Data/HTMLDumper.pm Manifying blib/man3/Data::HTMLDumper::Output.3 Manifying blib/man3/Data::HTMLDumper.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/01_simple............1..7 ok 1 - use Data::HTMLDumper; ok 2 - simple list ok 3 - simple list trailing comma # Failed test 'simple hash' # at t/01_simple.t line 57. # Structures begin differing at: # $got->[1] = ' id ' # $expected->[1] = ' name ' not ok 4 - simple hash # Failed test 'simple hash trailing comma' # at t/01_simple.t line 68. not ok 5 - simple hash trailing comma # Structures begin differing at: # $got->[1] = ' id ' # $expected->[1] = ' name ' ok 6 - hash of one list not ok 7 - hash of lists # Failed test 'hash of lists' # at t/01_simple.t line 128. # Structures begin differing at: # $got->[1] = ' frank ' # $expected->[1] = ' phil ' # Looks like you failed 3 tests of 7. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 4-5, 7 Failed 3/7 tests, 57.14% okay t/02_funky_chars.......1..2 ok 1 - special chars in list element ok 2 - special chars in hash key ok t/03_objects...........1..1 ok 1 - blessings ok t/04_quotes............1..1 ok 1 - single quote ok t/05_undef.............1..1 Ignore warnings, undef test in progress. Odd number of elements in hash assignment at t/05_undef.t line 6. ok 1 - hash with undef ok t/06_empty_structs.....1..3 ok 1 - key has a dot ok 2 - empty array ok 3 - empty hash ok t/07_multiarg..........1..1 ok 1 - double call ok t/08_specialvars.......1..1 ok 1 - sorted keys ok t/09_oo_calls..........1..1 ok 1 - Dump uses names ok t/10_inside_out_obj....1..1 ok 1 - special chars in list element ok Failed 1/10 test scripts, 90.00% okay. 3/19 subtests failed, 84.21% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01_simple.t 3 768 7 3 42.86% 4-5 7 make: *** [test_dynamic] Error 11