Checking if your kit is complete... Looks good Writing Makefile for Data::XDumper cp XDumper.pm blib/lib/Data/XDumper.pm Manifying blib/man3/Data::XDumper.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1....1..23 ok 1 - use Data::XDumper; ok 2 - The object isa Foo ok 3 - The object isa Data::XDumper ok 4 ok 5 - The object isa Data::XDumper ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # Failed test (t/1.t at line 52) not ok 13 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 53) not ok 14 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 56) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' not ok 15 # Failed test (t/1.t at line 57) not ok 16 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' ok 17 ok 18 # Failed test (t/1.t at line 64) not ok 19 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' ok 20 ok 21 ok 22 # Failed test (t/1.t at line 75) not ok 23 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1866960)'' # $expected->[0] = ' \Foo @(' # Looks like you failed 6 tests of 23. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 13-16, 19, 23 Failed 6/23 tests, 73.91% okay t/2....1..8 ok 1 - use Data::XDumper; ok 2 - use Data::XDumper; ok 3 - The object isa Data::XDumper # Failed test (t/2.t at line 20) not ok 4 - Array of hex numbers # got: ' undef # ' # expected: ' [1, 2, 0x400] # ' # Failed test (t/2.t at line 22) not ok 5 - Hash of code ref and string with newline # Structures begin differing at: # $got->[0] = ' undef' # $expected->[0] = ' {'bar ' => ["\n"], foo => \&('t/2.t':22)}' # Failed test (t/2.t at line 26) not ok 6 - Decimal numbers # got: ' undef # ' # expected: ' [1, 2, 1024] # ' # Failed test (t/2.t at line 44) # got: ' 'ARRAY(0x188a250)' # ' # expected: '$L001: ['foo', \$L001] # ' not ok 7 - Different indent # Failed test (t/2.t at line 49) not ok 8 - Expanded array # got: ' undef # ' # expected: ' [ # 1, # 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', # 42 # ] # ' # Looks like you failed 5 tests of 8. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 4-8 Failed 5/8 tests, 37.50% okay t/3....1..6 ok 1 - use Data::XDumper; ok 2 - Dump scalar variable ok 3 - Dump hash variable ok 4 - Dump array variable ok 5 - Dump glob variable ok 6 - Dump code variable ok t/4....1..4 ok 1 - use Data::XDumper; # Failed test (t/4.t at line 37) not ok 2 - Various kinds of values # Structures begin differing at: # $got->[0] = ' 'ARRAY(0x184f5e0)'' # $expected->[0] = ' [' # Failed test (t/4.t at line 42) not ok 3 - FORMAT # Structures begin differing at: # $got->[0] = ' undef' # $expected->[0] = ' \' Use of uninitialized value $_[0] in pattern match (m//) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-XDumper/blib/lib/Data/XDumper.pm line 285, line 35. Use of uninitialized value $data in substitution (s///) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-XDumper/blib/lib/Data/XDumper.pm line 287, line 35. Use of uninitialized value $data in concatenation (.) or string at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-XDumper/blib/lib/Data/XDumper.pm line 288, line 35. # Failed test (t/4.t at line 53) not ok 4 - Ties and misc # Structures begin differing at: # $got->[0] = ' undef' # $expected->[0] = ' 'foo'' # Looks like you failed 3 tests of 4. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/1.t 6 1536 23 6 13-16 19 23 t/2.t 5 1280 8 5 4-8 t/4.t 3 768 4 3 2-4 Failed 3/4 test scripts. 14/41 subtests failed. Files=4, Tests=41, 0 wallclock secs ( 0.39 cusr + 0.12 csys = 0.51 CPU) Failed 3/4 test programs. 14/41 subtests failed. make: *** [test_dynamic] Error 3