Checking if your kit is complete... Looks good Writing Makefile for IO::Handle::Record Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/IO/Handle/Record.pm blib\lib\IO\Handle\Record.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/IO-Handle-Record....1..16 ok 1 - use IO::Handle::Record; ok 2 - simple scalar ok 3 - simple string ok 4 - scalar list ok 5 - list list ok 6 - list+hash list ok 7 - hash+sub list ok 8 - simple scalar ok 9 - scalar list ok 10 - list list ok 11 - list+hash list Can't locate object method "PVX" via package "B::NULL" at t/IO-Handle-Record.t line 106 # Failed test 'hash+sub list' # at t/IO-Handle-Record.t line 101. # Compared $data # got : '$VAR1 = undef; # ' # expect : '$VAR1 = [ # { # 'c' => 'd', # 'a' => 'b' # }, # sub { # $_[0] + $_[1]; # } # ]; # ' not ok 12 - hash+sub list not ok 13 - nonblocking read # Failed test 'nonblocking read' # at t/IO-Handle-Record.t line 126. # Compared reftype($data) # got : undef # expect : 'ARRAY' Use of uninitialized value $_[0] in numeric gt (>) at t/IO-Handle-Record.t line 128. Use of uninitialized value $_[0] in concatenation (.) or string at t/IO-Handle-Record.t line 128. not ok 14 - again>0 # Failed test 'again>0' # at t/IO-Handle-Record.t line 128. # Ran coderef at $data on # # undef # # and it said # expected >0, got