Checking if your kit is complete... Looks good Writing Makefile for Context::Handle Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Context/Handle/RV/Void.pm blib\lib\Context\Handle\RV\Void.pm cp lib/Context/Handle/RV/RefCode.pm blib\lib\Context\Handle\RV\RefCode.pm cp lib/Context/Handle/RV/RefObject.pm blib\lib\Context\Handle\RV\RefObject.pm cp lib/Context/Handle.pm blib\lib\Context\Handle.pm cp lib/Context/Handle/RV/Bool.pm blib\lib\Context\Handle\RV\Bool.pm cp lib/Context/Handle/RV/List.pm blib\lib\Context\Handle\RV\List.pm cp lib/Context/Handle/RV/RefScalar.pm blib\lib\Context\Handle\RV\RefScalar.pm cp lib/Context/Handle/RV/RefHash.pm blib\lib\Context\Handle\RV\RefHash.pm cp lib/Context/Handle/RV/RefArray.pm blib\lib\Context\Handle\RV\RefArray.pm cp lib/Context/Handle/RV/Scalar.pm blib\lib\Context\Handle\RV\Scalar.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/01_basic.......ok 1 - use Context::Handle; ok 2 - scalar context ok 3 - list context ok 4 - scalar context ok 5 - list context 1..5 ok t/02_advanced....ok 1 - use Context::Handle; ok 2 - scalar yields scalar ok 3 - The object isa Context::Handle::RV::Scalar # Failed test 'this should not be reached' not ok 4 - this should not be reached # at t/02_advanced.t line 62. # Failed test 'wrapped scalar yields scalar' # at t/02_advanced.t line 63. not ok 5 - wrapped scalar yields scalar # got: '0' # expected: 'scalar' ok 6 - correct value in context ok 7 - correct value in context ok 8 - The object isa Context::Handle::RV::Scalar # Failed test 'this should not be reached' not ok 9 - this should not be reached # at t/02_advanced.t line 67. # Failed test 'correct value in context' # at t/02_advanced.t line 69. not ok 10 - correct value in context # got: '0' # expected: 'scalar' ok 11 - correct value in scalar deref context ok 12 - correct value in scalar deref context ok 13 - The object isa Context::Handle::RV::RefScalar # Failed test 'this should not be reached' not ok 14 - this should not be reached # at t/02_advanced.t line 72. Can't use string ("0") as a SCALAR ref while "strict refs" in use at t/02_advanced.t line 73. 1..14 # Looks like you failed 5 tests of 14. # Looks like your test died just after 14. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5, 9-10, 14 Failed 5/14 tests, 64.29% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_advanced.t 255 65280 14 5 4-5 9-10 14 Failed 1/2 test scripts. 5/19 subtests failed. Files=2, Tests=19, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 5/19 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.