Checking if your kit is complete... Looks good Writing Makefile for Data::XDumper Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp XDumper.pm blib\lib\Data\XDumper.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 53) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 56) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 57) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 64) # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' # Failed test (t/1.t at line 75) not ok 13 # Structures begin differing at: # $got->[0] = ' 'Foo=ARRAY(0x1b659b4)'' # $expected->[0] = ' \Foo @(' not ok 14 not ok 15 # Looks like you failed 6 tests of 23. not ok 16 ok 17 ok 18 not ok 19 ok 20 ok 21 ok 22 not ok 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; # Failed test (t/2.t at line 20) # got: ' undef # ' # expected: ' [1, 2, 0x400] # ' # Failed test (t/2.t at line 22) # Structures begin differing at: # $got->[0] = ' undef' # $expected->[0] = ' {'bar ' => ["\n"], foo => \&('t/2.t':22)}' # Failed test (t/2.t at line 26) # got: ' undef # ' # expected: ' [1, 2, 1024] # ' # Failed test (t/2.t at line 44) # got: ' 'ARRAY(0x1c3fc4c)' # ' # expected: '$L001: ['foo', \$L001] # ' # Failed test (t/2.t at line 49) # got: ' undef # ' # expected: ' [ # 1, # 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', # 42 # ] # ' # Looks like you failed 5 tests of 8. ok 3 - The object isa Data::XDumper not ok 4 - Array of hex numbers not ok 5 - Hash of code ref and string with newline not ok 6 - Decimal numbers not ok 7 - Different indent not ok 8 - Expanded array 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; not ok 2 - Various kinds of values # Failed test (t/4.t at line 37) # Structures begin differing at: # $got->[0] = ' 'ARRAY(0x1b6312c)'' # $expected->[0] = ' [' not ok 3 - FORMAT # Failed test (t/4.t at line 42) # Structures begin differing at: # $got->[0] = ' undef' # $expected->[0] = ' \' Use of uninitialized value $_[0] in pattern match (m//) at C:\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 C:\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 C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Data-XDumper\blib\lib/Data/XDumper.pm line 288, line 35. not ok 4 - Ties and misc # Failed test (t/4.t at line 53) # 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.00 cusr + 0.00 csys = 0.00 CPU) Failed 3/4 test programs. 14/41 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x3' Stop.