Checking if your kit is complete... Looks good Writing Makefile for Class::Member Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Class/Member.pm blib\lib\Class\Member.pm cp lib/Class/Member/Dynamic.pm blib\lib\Class\Member\Dynamic.pm cp lib/Class/Member/GLOB.pm blib\lib\Class\Member\GLOB.pm cp lib/Class/Member/HASH.pm blib\lib\Class\Member\HASH.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\1.t t\2.t t\3.t t\4.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-Member/blib t\1.................1..7 ok 1 - -CLASS_MEMBERS ok 2 - member_A eq A ok 3 - member_B eq B ok 4 - member_B==1 ok 5 - member_B==2 ok 6 - die if called as static ok 7 - exceptional message check ok t\2.................1..7 ok 1 - -CLASS_MEMBERS ok 2 - member_A eq A ok 3 - member_B eq B ok 4 - member_B==1 ok 5 - member_B==2 ok 6 - die if called as static ok 7 - exceptional message check ok t\3.................1..14 panic: unexpected optree near method call at D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-Member/blib/lib/Class/Member.pm line 60, near "}" BEGIN not safe after errors--compilation aborted at D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-Member/blib/lib/Class/Member.pm line 66. Compilation failed in require at t\3.t line 5. BEGIN failed--compilation aborted at t\3.t line 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t\4.................1..11 ok 1 - -CLASS_MEMBERS ok 2 - member_A eq A (HASH) ok 3 - member_B eq B (HASH) ok 4 - member_B==1 (HASH) ok 5 - member_B==2 (HASH) ok 6 - member_A eq A (GLOB) ok 7 - member_B eq B (GLOB) ok 8 - member_B==1 (GLOB) ok 9 - member_B==1 (GLOB) ok 10 - die if called as static ok 11 - exceptional message check ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\3.t 255 65280 14 14 100.00% 1-14 Failed 1/4 test scripts, 75.00% okay. 14/39 subtests failed, 64.10% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop.