Checking if your kit is complete... Looks good Writing Makefile for Module::Build::TestReporter Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Module/Build/TestReporter.pm blib\lib\Module\Build\TestReporter.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/0-signature....1..1 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. ok 1 # skip Module::Signature not installed ok 1/1 skipped: various reasons t/base...........1..35 ok 1 - use Module::Build::TestReporter; ok 2 - Module::Build::TestReporter->can('new') Checking prerequisites... Looks good ok 3 - The object isa Module::Build ok 4 - The object isa Module::Build::TestReporter ok 5 - new() should set report_file to test_failures.txt by default Checking prerequisites... Looks good ok 6 - ... but should set if it passed ok 7 - Module::Build::TestReporter->can('ACTION_test') ok 8 - ACTION_test() should not write to selected fh ok 9 - ... calling SUPER with args ok 10 - ... and should restore selected fh ok 11 - Module::Build::TestReporter->can('find_test_files') Reference found where even-sized list expected at ../lib/Module/Build/TestReporter.pm line 121, line 17. Can't use an undefined value as an ARRAY reference at ../lib/Module/Build/TestReporter.pm line 144, line 17. # Looks like you planned 35 tests but only ran 11. # Looks like your test died just after 11. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 12-35 Failed 24/35 tests, 31.43% okay t/inherit........1..3 ok 1 - use Module::Build::TestReporter; Can't call method "access" on an undefined value at C:/cpanrun/build/5-10-0/lib/Module/Build/Base.pm line 554. # Looks like you planned 3 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-3 Failed 2/3 tests, 33.33% okay t/override.......ok 1 - use Module::Build::TestReporter; 1..1 ok t/try_prereqs....1..5 ok 1 - use Module::Build::TestReporter; Checking prerequisites... Looks good ok 2 - The object isa Module::Build ok 3 - object should be a plain M::B instance unless prereqs load ok 4 - ... and should add necessary modules to build_requires Checking prerequisites... Looks good ok 5 - ... not disturbing existing requirements ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/base.t 255 65280 35 48 12-35 t/inherit.t 255 65280 3 4 2-3 1 subtest skipped. Failed 2/5 test scripts. 26/45 subtests failed. Files=5, Tests=45, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/5 test programs. 26/45 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.