Checking if your kit is complete... Looks good Writing Makefile for B::XPath Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/B/XPath.pm blib\lib\B\XPath.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/00-load.............1..1 ok 1 - use B::XPath; # Testing B::XPath 0.01, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok t/base................1..31 ok 1 - use B::XPath; ok 2 - The object isa B::XPath::UNOP ok 3 - ... with one child ok 4 - ... a lineseq op ok 5 - lineseq should have four children ok 6 - ... a COP ok 7 - ... a scalar assignment ok 8 - ... another COP ok 9 - ... and a return ok 10 - get_nextstate() for assignment should find closest previous COP ok 11 - get_nextstate() for return should find closest previous COP ok 12 - sassign should have two children ok 13 - ... one a shift ok 14 - ... and the other a scalar pad op ok 15 - shift should have one child ok 16 - ... an array reference op ok 17 - ... itself having one child Unimplemented method NAME for B::XPath::PADOP=HASH(0x1c2cf2c) ok 18 - ... a GV dereference # Looks like you planned 31 tests but only ran 18. # Looks like your test died just after 18. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 19-31 Failed 13/31 tests, 58.06% okay t/find_global_name....1..16 ok 1 - use B::XPath; Use of uninitialized value $value in string eq at C:/cpanrun/build/5-10-0/site/lib/Class/XPath.pm line 204. Use of uninitialized value $value in string eq at C:/cpanrun/build/5-10-0/site/lib/Class/XPath.pm line 204. Use of uninitialized value $value in string eq at C:/cpanrun/build/5-10-0/site/lib/Class/XPath.pm line 204. Unimplemented method NAME for B::XPath::PADOP=HASH(0x1a5a0bc) # Looks like you planned 16 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-16 Failed 15/16 tests, 6.25% okay t/pod-coverage........1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.................1..1 ok 1 - blib\lib\B\XPath.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/base.t 255 65280 31 26 19-31 t/find_global_name.t 255 65280 16 30 2-16 1 test skipped. Failed 2/5 test scripts. 28/49 subtests failed. Files=5, Tests=49, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/5 test programs. 28/49 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.