Checking if your kit is complete... Looks good Writing Makefile for Tools 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 Manifying blib/man3/Tools::Module.3 Manifying blib/man3/Tools::Term.3 Manifying blib/man3/Tools::SQL.3 Manifying blib/man3/Tools.3 Manifying blib/man3/Tools::Log::Handlers.3 Manifying blib/man3/Tools::Log::Config.3 Manifying blib/man3/Tools::Cmd.3 Manifying blib/man3/Tools::Log.3 Manifying blib/man3/Tools::Load.3 Manifying blib/man3/Tools::Check.3 Manifying blib/man3/Tools::Log::Item.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-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. Cannot open /dev/tty for read at t/03_Tools-Term.t line 14 # Looks like you planned 7 tests but only ran 1. # Looks like your test died just after 1. ok 1 - use Tools::Term; 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 # skip Can not test Tools::SQL since you do not have DBI installed ok 1/1 skipped: Can not test Tools::SQL since you do not have DBI installed 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 - Out buffer filled ok 7 - Stdout buffer filled ok 8 - Stderr buffer empty ok 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 ok 4 - Found proper file 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 ok 11 - Detecting requirements ok 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 Use of uninitialized value in regexp compilation at t/08_Tools-Log.t line 87. 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 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 1/8 test scripts, 87.50% okay. 6/84 subtests failed, 92.86% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/03_Tools-Term.t 255 65280 7 12 171.43% 2-7 1 subtest skipped. make: *** [test_dynamic] Error 25