Checking if your kit is complete... Looks good Writing Makefile for Data::Pointer Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Pointer/ARRAY.pm blib\lib\Data\Pointer\ARRAY.pm cp Pointer/IO.pm blib\lib\Data\Pointer\IO.pm cp Pointer/SCALAR.pm blib\lib\Data\Pointer\SCALAR.pm cp Pointer/HASH.pm blib\lib\Data\Pointer\HASH.pm cp Pointer.pm blib\lib\Data\Pointer.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/01basic.....1..3 ok 1 - use Data::Pointer; ok 2 - version number set ok 3 - The object isa Data::Pointer ok t/02scalar....1..11 ok 1 - use Data::Pointer; ok 2 - version number set ok 3 - The object isa Data::Pointer ok 4 - dereferenced properly ok 5 - increment test ok 6 - dereferencing a reference ok 7 - incrementing on reference ok 8 - assign chunk to ptr value ok 9 - ptr arithmetic & ptr return ok 10 - number value ok 11 - expect num increment err ok t/03array.....1..9 ok 1 - use Data::Pointer; ok 2 - version number set ok 3 - The object isa Data::Pointer ok 4 - deref in scalar context ok 5 - ptr and @val equal ok 6 - increment test ok 7 - assign scalar to ptr element ok 8 - assign list to ptr ok 9 - expect num increment err ok t/04hash......1..9 ok 1 - use Data::Pointer; ok 2 - version number set ok 3 - The object isa Data::Pointer ok 4 - deref in scalar context ok 5 - ptr and %val equal ok 6 - increment test ok 7 ok 8 - assign list to ptr ok 9 - expect num increment err ok t/05io........1..15 ok 1 - use Data::Pointer; ok 2 - version number set ok 3 - dupe STDOUT file ok 4 - The object isa Data::Pointer ok 5 - open temp file ok 6 - re-open temp file ok 7 - assignment to new file Filehandle $fh opened only for input at C:/cpanrun/build/5-10-0/lib/Tie/File.pm line 928, <$fh> line 1. not ok 8 - dereference test # Failed test 'dereference test' # at t/05io.t line 46. # got: 'a line of chars # one # two # three # ' # expected: 'a line of chars' Filehandle $fh opened only for input at C:/cpanrun/build/5-10-0/lib/Tie/File.pm line 928, <$fh> line 2. not ok 9 - increment properly # Failed test 'increment properly' # at t/05io.t line 50. # got: undef # expected: 'one' not ok 10 - plus then deref # Failed test 'plus then deref' # at t/05io.t line 53. # got: undef # expected: 'three' ok 11 - re-re-open temp file ok 12 - assignment to dereference ok 13 - re x 4 open temp file ok 14 - wrote to file not ok 15 - removed tmpfile5412 # Failed test 'removed tmpfile5412' # at t/05io.t line 72. # Looks like you failed 4 tests of 15. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 8-10, 15 Failed 4/15 tests, 73.33% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/05io.t 4 1024 15 4 8-10 15 Failed 1/5 test scripts. 4/47 subtests failed. Files=5, Tests=47, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/5 test programs. 4/47 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x4' Stop.