Checking if your kit is complete... Looks good Writing Makefile for ESPPlus::Storage cp lib/ESPPlus/Storage/Util.pm blib/lib/ESPPlus/Storage/Util.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/Record.pm blib/lib/ESPPlus/Storage/Record.pm cp lib/ESPPlus/Storage.pm blib/lib/ESPPlus/Storage.pm cp lib/ESPPlus/Storage/Reader/Tie.pm blib/lib/ESPPlus/Storage/Reader/Tie.pm Manifying blib/man3/ESPPlus::Storage::Writer.3 Manifying blib/man3/ESPPlus::Storage::Reader.3 Manifying blib/man3/ESPPlus::Storage::Record.3 Manifying blib/man3/ESPPlus::Storage.3 Manifying blib/man3/ESPPlus::Storage::Reader::Tie.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/00basic......1..1 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 Can't use an undefined value as filehandle reference 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 1/7 test scripts, 85.71% okay. 3/45 subtests failed, 93.33% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/06tie.t 255 65280 3 6 200.00% 1-3 make: *** [test_dynamic] Error 255