Checking if your kit is complete... Looks good Writing Makefile for Tools Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Tools/Module.pm blib\lib\Tools\Module.pm cp lib/Tools/Term.pm blib\lib\Tools\Term.pm cp lib/Tools/SQL.pm blib\lib\Tools\SQL.pm cp lib/Tools/Cmd/System.pm blib\lib\Tools\Cmd\System.pm cp lib/Tools.pm blib\lib\Tools.pm cp lib/Tools/Log/Handlers.pm blib\lib\Tools\Log\Handlers.pm cp lib/Tools/Log/Config.pm blib\lib\Tools\Log\Config.pm cp lib/Tools/Cmd.pm blib\lib\Tools\Cmd.pm cp lib/Tools/Log.pm blib\lib\Tools\Log.pm cp lib/Tools/Load.pm blib\lib\Tools\Load.pm cp lib/Tools/Check.pm blib\lib\Tools\Check.pm cp lib/Tools/Log/Item.pm blib\lib\Tools\Log\Item.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_Tools-Check.........1..15 Name "Tools::Check::check" used only once: possible typo at t/01_Tools-Check.t line 63. ok 1 - use Tools::Check; ok 2 - Just the defaults ok 3 - Missing required field ok 4 - Non-mentioned key keys are ignored ok 5 - Setting non-required field ok 6 - Enforcing strict type ok 7 - Can not change keys marked with 'no_override' ok 8 - Allowing based on subroutine ok 9 - Disallowing based on subroutine ok 10 - Allowing based on regex ok 11 - Disallowing based on regex ok 12 - Allowing based on a list ok 13 - Disallowing based on a list ok 14 - Allowing based on list of regexes ok 15 - Disallowing based on list of regexes ok t/02_Tools-Load..........1..8 ok 1 - Loading module ok 2 - ... found in %INC ok 3 - Loading File ok 4 - ... found in %INC ok 5 - Loading Ambigious Module ok 6 - ... found in %INC ok 7 - Loading Ambigious File ok 8 - ... found in %INC ok t/03_Tools-Term..........1..7 Name "Tools::Term::VERBOSE" used only once: possible typo at t/03_Tools-Term.t line 12. Name "Tools::Term::AUTOREPLY" used only once: possible typo at t/03_Tools-Term.t line 11. ok 1 - use Tools::Term; The system cannot find the path specified. Unable to get Terminal Size. The Win32 GetConsoleScreenBufferInfo call didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at C:/cpanrun/build/5-10-0/site/lib/Term/ReadKey.pm line 362. Compilation failed in require at C:/cpanrun/build/5-10-0/lib/Term/ReadLine/Perl.pm line 64. # Looks like you planned 7 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-7 Failed 6/7 tests, 14.29% okay t/04_Tools-SQL...........1..1 ok 1 - use Tools::SQL; ok t/05_Tools-Cmd...........1..8 Name "Tools::Cmd::run" used only once: possible typo at t/05_Tools-Cmd.t line 11. Name "Tools::Cmd::can_run" used only once: possible typo at t/05_Tools-Cmd.t line 12. ok 1 - use Tools::Cmd; ok 2 - Found 'perl' in your path ok 3 - Not found non-existant binary ok 4 - Succesful run of command ok 5 - Zero exit code ok 6 # skip No buffers returned ok 7 # skip No buffers returned ok 8 # skip No buffers returned ok 3/8 skipped: various reasons t/06_Tools-Module........1..11 Name "Tools::Module::check_install" used only once: possible typo at t/06_Tools-Module.t line 16. Name "Tools::Module::VERBOSE" used only once: possible typo at t/06_Tools-Module.t line 13. Name "Tools::Module::can_load" used only once: possible typo at t/06_Tools-Module.t line 15. Name "Tools::Module::requires" used only once: possible typo at t/06_Tools-Module.t line 17. ok 1 - use Tools::Module; ok 2 - Verify self ok 3 - Found proper version # Failed test 'Found proper file' not ok 4 - Found proper file # at t/06_Tools-Module.t line 28. ok 5 - Verify out of date module ok 6 - Verify any module ok 7 - Verify non-existant module ok 8 - Load simple module ok 9 - Detect out of date module ok 10 - Do not load if one prerequisite fails # Looks like you failed 1 test of 11. ok 11 - Detecting requirements dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/11 tests, 90.91% okay t/07_Tools-Log-Config....1..6 ok 1 - use Tools::Log::Config; ok 2 - use Tools::Log; ok 3 - Config creation from default ok 4 - Config creation from options ok 5 - Config creation from file ok 6 - Config creation from file & options ok t/08_Tools-Log...........1..28 ok 1 - use Tools::Log; ok 2 - use Tools::Log::Config; ok 3 - use Tools::Log::Item; ok 4 - use Tools::Log::Handlers; ok 5 - Using global stack ok 6 - Using private stack ok 7 - Stored 2 messages ok 8 - Retrieving 3 messages ok 9 - Retrieving first message ok 10 - Retrieving final message ok 11 - Retrieving based on message ok 12 - Retrieving based on tag ok 13 - Retrieving based on level ok 14 - Retrieving item ok 15 - Item reference to parent ok 16 - Item message stored ok 17 - Item id stored ok 18 - Item tag stored ok 19 - Item level stored ok 20 - Item shortmess stored Use of uninitialized value $1 in regexp compilation at t/08_Tools-Log.t line 87. Use of uninitialized value $1 in regexp compilation at t/08_Tools-Log.t line 87. ok 21 - Item longmess stored ok 22 - Item when stored ok 23 - Item handler check ok 24 - Item handler deep check ok 25 - Item extra argument check ok 26 - Removing item from stack ok 27 - Item removed from stack ok 28 - Flushing stack ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03_Tools-Term.t 255 65280 7 12 2-7 t/06_Tools-Module.t 1 256 11 1 4 3 subtests skipped. Failed 2/8 test scripts. 7/84 subtests failed. Files=8, Tests=84, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/8 test programs. 7/84 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.