Checking if your kit is complete... Looks good Writing Makefile for Log::Dispatch Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Log/Dispatch/Base.pm blib\lib\Log\Dispatch\Base.pm cp lib/Log/Dispatch/Screen.pm blib\lib\Log\Dispatch\Screen.pm cp lib/Log/Dispatch/Syslog.pm blib\lib\Log\Dispatch\Syslog.pm cp lib/Log/Dispatch/Email/MailSendmail.pm blib\lib\Log\Dispatch\Email\MailSendmail.pm cp lib/Log/Dispatch/Email/MailSend.pm blib\lib\Log\Dispatch\Email\MailSend.pm cp lib/Log/Dispatch/File/Locked.pm blib\lib\Log\Dispatch\File\Locked.pm cp lib/Log/Dispatch/File.pm blib\lib\Log\Dispatch\File.pm cp lib/Log/Dispatch/Null.pm blib\lib\Log\Dispatch\Null.pm cp lib/Log/Dispatch/Handle.pm blib\lib\Log\Dispatch\Handle.pm cp lib/Log/Dispatch/ApacheLog.pm blib\lib\Log\Dispatch\ApacheLog.pm cp lib/Log/Dispatch/Output.pm blib\lib\Log\Dispatch\Output.pm cp lib/Log/Dispatch/Email/MIMELite.pm blib\lib\Log\Dispatch\Email\MIMELite.pm cp lib/Log/Dispatch/Email.pm blib\lib\Log\Dispatch\Email.pm cp lib/Log/Dispatch.pm blib\lib\Log\Dispatch.pm cp lib/Log/Dispatch/Email/MailSender.pm blib\lib\Log\Dispatch\Email\MailSender.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. 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-compile......1..11 ok 1 - use Log::Dispatch; ok 2 # skip Cannot load Log::Dispatch::ApacheLog without Apache::Log ok 3 # skip Cannot load Log::Dispatch::Email::MIMELite without MIME::Lite ok 4 - use Log::Dispatch::Email::MailSend; ok 5 # skip Cannot load Log::Dispatch::Email::MailSender without Mail::Sender ok 6 - use Log::Dispatch::Email::MailSendmail; ok 7 - use Log::Dispatch::File; ok 8 - use Log::Dispatch::File::Locked; ok 9 - use Log::Dispatch::Handle; ok 10 - use Log::Dispatch::Screen; ok 11 # skip Cannot load Log::Dispatch::Syslog without Sys::Syslog ok 4/11 skipped: various reasons t/01-basic........1..144 ok 1 - created Log::Dispatch object ok 2 - First line in log file set to level 'emerg' is 'emerg level 1' ok 3 - Second line in log file set to level 'emerg' is 'emerg level 2' ok 4 - First line in log file set to level 'debug' is 'info level 2' ok 5 - Second line in log file set to level 'debug' is 'emerg level 2' ok 6 - First line in log file with a max level of 'crit' is 'critical' ok 7 - Log::Dispatch::Handle created log file should contain 'handle test\n' ok 8 # skip Cannot do MailSend tests ok 9 # skip Cannot do MailSendmail tests ok 10 # skip Cannot do MIMELite tests ok 11 - Log::Dispatch::Screen outputs to STDOUT ok 12 - number of levels matched ok 13 - levels matched ok 14 - callback to reverse text ok 15 - callback to reverse and uppercase text ok 16 - Log::Dispatch::Output callback to reverse text ok 17 - Log::Dispatch::Output callbacks to reverse and uppercase text ok 18 - Log::Dispatch callback to uppercase the level parameter ok 19 - Calling debug method should send message 'debug test' ok 20 - Calling info method should not log anything ok 21 - Calling notice method should not log anything ok 22 - Calling warning method should not log anything ok 23 - Calling err method should not log anything ok 24 - Calling error method should not log anything ok 25 - Calling crit method should not log anything ok 26 - Calling critical method should not log anything ok 27 - Calling alert method should not log anything ok 28 - Calling emerg method should not log anything ok 29 - Calling emergency method should not log anything ok 30 - Calling debug method should not log anything ok 31 - Calling info method should send message 'info test' ok 32 - Calling notice method should not log anything ok 33 - Calling warning method should not log anything ok 34 - Calling err method should not log anything ok 35 - Calling error method should not log anything ok 36 - Calling crit method should not log anything ok 37 - Calling critical method should not log anything ok 38 - Calling alert method should not log anything ok 39 - Calling emerg method should not log anything ok 40 - Calling emergency method should not log anything ok 41 - Calling debug method should not log anything ok 42 - Calling info method should not log anything ok 43 - Calling notice method should send message 'notice test' ok 44 - Calling warning method should not log anything ok 45 - Calling err method should not log anything ok 46 - Calling error method should not log anything ok 47 - Calling crit method should not log anything ok 48 - Calling critical method should not log anything ok 49 - Calling alert method should not log anything ok 50 - Calling emerg method should not log anything ok 51 - Calling emergency method should not log anything ok 52 - Calling debug method should not log anything ok 53 - Calling info method should not log anything ok 54 - Calling notice method should not log anything ok 55 - Calling warning method should send message 'warning test' ok 56 - Calling err method should not log anything ok 57 - Calling error method should not log anything ok 58 - Calling crit method should not log anything ok 59 - Calling critical method should not log anything ok 60 - Calling alert method should not log anything ok 61 - Calling emerg method should not log anything ok 62 - Calling emergency method should not log anything ok 63 - Calling debug method should not log anything ok 64 - Calling info method should not log anything ok 65 - Calling notice method should not log anything ok 66 - Calling warning method should not log anything ok 67 - Calling err method should send message 'err test' ok 68 - Calling error method should send message 'error test' ok 69 - Calling crit method should not log anything ok 70 - Calling critical method should not log anything ok 71 - Calling alert method should not log anything ok 72 - Calling emerg method should not log anything ok 73 - Calling emergency method should not log anything ok 74 - Calling debug method should not log anything ok 75 - Calling info method should not log anything ok 76 - Calling notice method should not log anything ok 77 - Calling warning method should not log anything ok 78 - Calling err method should not log anything ok 79 - Calling error method should not log anything ok 80 - Calling crit method should send message 'crit test' ok 81 - Calling critical method should send message 'critical test' ok 82 - Calling alert method should not log anything ok 83 - Calling emerg method should not log anything ok 84 - Calling emergency method should not log anything ok 85 - Calling debug method should not log anything ok 86 - Calling info method should not log anything ok 87 - Calling notice method should not log anything ok 88 - Calling warning method should not log anything ok 89 - Calling err method should not log anything ok 90 - Calling error method should not log anything ok 91 - Calling crit method should not log anything ok 92 - Calling critical method should not log anything ok 93 - Calling alert method should send message 'alert test' ok 94 - Calling emerg method should not log anything ok 95 - Calling emergency method should not log anything ok 96 - Calling debug method should not log anything ok 97 - Calling info method should not log anything ok 98 - Calling notice method should not log anything ok 99 - Calling warning method should not log anything ok 100 - Calling err method should not log anything ok 101 - Calling error method should not log anything ok 102 - Calling crit method should not log anything ok 103 - Calling critical method should not log anything ok 104 - Calling alert method should not log anything ok 105 - Calling emerg method should send message 'emerg test' ok 106 - Calling emergency method should send message 'emergency test' ok 107 - debug is valid level ok 108 - info is valid level ok 109 - notice is valid level ok 110 - warning is valid level ok 111 - err is valid level ok 112 - error is valid level ok 113 - crit is valid level ok 114 - critical is valid level ok 115 - alert is valid level ok 116 - emerg is valid level ok 117 - emergency is valid level ok 118 - debu is not valid level ok 119 - inf is not valid level ok 120 - foo is not valid level ok 121 - bar is not valid level ok 122 - test write mode ok 123 # skip Cannot do MailSender tests ok 124 - yomama output should exist ok 125 - nomama output should not exist ok 126 - First line in log file should be 'info\n' ok 127 - Mode should be 0777 or 0666 ok 128 - chmod() was not called when permissions already matched what was specified ok 129 - utf8 binmode was applied to file and no warnings were issued ok 130 - will not log 'foo' ok 131 - will not log 'debug' ok 132 - will log 'crit' ok 133 - subref is not called if the message would not be logged ok 134 - subref is called when message is logged ok 135 - subref is not called when message would not be logged ok 136 - message returned by subref is logged ok 137 - died when calling log_and_die() ok 138 - error contains expected message ok 139 - error croaked ok 140 - message is logged ok 141 - died when calling log_and_croak() ok 142 - error contains expected message ok 143 - error croaked from perspective of caller ok 144 - message is logged ok 4/144 skipped: various reasons t/kwalitee........1..0 # Skip This test is only run for the module author skipped all skipped: This test is only run for the module author t/pod-coverage....1..0 # Skip This test is only run for the module author skipped all skipped: This test is only run for the module author t/pod.............1..0 # Skip This test is only run for the module author skipped all skipped: This test is only run for the module author All tests successful, 3 tests and 8 subtests skipped. Files=5, Tests=155, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\ApacheLog.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Base.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Email.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\File.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Handle.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Null.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Output.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Screen.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Syslog.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Email\MailSend.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Email\MailSender.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Email\MailSendmail.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\Email\MIMELite.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Log\Dispatch\File\Locked.html Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\ApacheLog.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Base.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Email.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\File.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Handle.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Null.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Output.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Screen.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Syslog.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Email\MailSend.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Email\MailSender.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Email\MailSendmail.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\Email\MIMELite.pm Installing C:\cpanrun\build\5-10-0\site\lib\Log\Dispatch\File\Locked.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod