Checking if your kit is complete... Looks good Writing Makefile for ESPPlus::Storage Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/ESPPlus/Storage/Util.pm blib\lib\ESPPlus\Storage\Util.pm cp lib/ESPPlus/Storage.pm blib\lib\ESPPlus\Storage.pm cp lib/ESPPlus/Storage/Record.pm blib\lib\ESPPlus\Storage\Record.pm cp lib/ESPPlus/Storage/Writer.pm blib\lib\ESPPlus\Storage\Writer.pm cp lib/ESPPlus/Storage/Reader.pm blib\lib\ESPPlus\Storage\Reader.pm cp lib/ESPPlus/Storage/Reader/Tie.pm blib\lib\ESPPlus\Storage\Reader\Tie.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/00basic......1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Jan 10 01:12:10 2008 # Current time GMT: Thu Jan 10 09:12:10 2008 # Using Test.pm version 1.25 ok 1 ok t/01storage....1..14 ok 1 - ::Storage->new() ok 2 - ::Storage->new( invalid ... ) throws errors ok 3 - ::Storage->compress_function() ok 4 - ::Storage->uncompress_function() ok 5 - ::Storage->filename() ok 6 - ::Storage->handle() ok 7 - ::Storage->compress_function( ... ) ok 8 - ::Storage->uncompress_function( ... ) ok 9 - ::Storage->filename( ... ) ok 10 - ::Storage->handle( ... ) ok 11 - ->handle returns a reference ok 12 - ->handle returns an IO::File object ok 13 - ->reader returns ESPPlus::Storage::Reader object ok 14 - ->writer returns ESPPlus::Storage::Writer object ok t/02util.......1..5 ok 1 - test() doesn't exist ok 2 - test() now exists ok 3 - ->test returns "test" ok 4 - ->test('still testing') returns 'still testing' ok 5 - ->test returns 'still testing' ok t/03reader.....1..9 ok 1 - Magic number matches .Z expectations ok 2 - ::Reader->new( ... ) isa ::Reader ok 3 - ::Reader->uncompress_function() isa CODE ok 4 - ::Reader->handle() isa IO::File ok 5 - ::Reader->record_number ok 6 - ::Reader->buffer isa SCALAR ok 7 - ::Reader->next_record() ok 8 - ::Reader->next_record() isa ::Record ok 9 - ::Reader->record_number increments ok t/04writer.....1..1 ok 1 - ::Write->new() isa ::Writer ok t/05record.....1..12 ok 1 - ::Record->new(...) returns something ok 2 - ::Record->new( ... ) isa ::Record ok 3 - ::Record->header_length ok 4 - ::Record->header_text ok 5 - ::Record->expected_length ok 6 - ::Record->application ok 7 - ::Record->timestamp ok 8 - ::Record->compressed ok 9 - ::Record->uncompressed 1 ok 10 - ::Record->body 1 ok 11 - ::Record->body 2 ok 12 - ::Record->uncompressed 2 ok t/06tie........1..3 List form of pipe open not implemented at t/06tie.t line 41. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/06tie.t 255 65280 3 6 1-3 Failed 1/7 test scripts. 3/45 subtests failed. Files=7, Tests=45, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/7 test programs. 3/45 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.