Checking if your kit is complete... Looks good Writing Makefile for Log::Syslog::Abstract Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Log/Syslog/Abstract.pm blib\lib\Log\Syslog\Abstract.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 not ok 1 - use Log::Syslog::Abstract; # Failed test 'use Log::Syslog::Abstract;' # at t/00-load.t line 6. # Tried to use 'Log::Syslog::Abstract'. # Error: Unable to detect either Unix::Syslog or Sys::Syslog at (eval 3) line 2 # BEGIN failed--compilation aborted at t/00-load.t line 6. # Testing Log::Syslog::Abstract 1.001, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/boilerplate..........1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Log/Syslog/Abstract.pm contains no boilerplate text ok t/kwalitee.............1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/no_syslog_modules....1..2 Devel::Hide hides Sys/Syslog.pm, Unix/Syslog.pm ok 1 - use() dies ok 2 - ... with expected error ok 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\Log\Syslog\Abstract.pm ok t/sys_syslog_fake......1..7 Devel::Hide hides Unix/Syslog.pm ok 1 - use Log::Syslog::Abstract; ok 2 - openlog hits our stub ok 3 - ... got expected data via the stub ok 4 - syslog hits our stub ok 5 - ... got expected data via the stub ok 6 - closelog hits our stub ok 7 - ... got expected data via the stub ok t/sys_syslog_real......Devel::Hide hides Unix/Syslog.pm 1..0 # Skip Sys::Syslog not installed; can't test against real module skipped all skipped: Sys::Syslog not installed; can't test against real module t/unix_syslog_fake.....1..47 ok 1 - use Log::Syslog::Abstract; ok 2 - openlog with no args dies ok 3 - ... with expected error ok 4 - openlog with one arg dies ok 5 - ... with expected error ok 6 - openlog with 2 args dies ok 7 - ... with expected error ok 8 - openlog hits our stub ok 9 - ... got expected data via the stub ok 10 - syslog hits our stub ok 11 - ... got expected data via the stub ok 12 - closelog hits our stub ok 13 - ... got expected data via the stub ok 14 - bitwise-or of all flags is as expected ok 15 - Flag ndelay works ok 16 - Flag pid works ok 17 - Flag local5 works ok 18 - Flag local6 works ok 19 - Flag local0 works ok 20 - Flag crit works ok 21 - Flag err works ok 22 - Flag local3 works ok 23 - Flag auth works ok 24 - Flag notice works ok 25 - Flag ftp works ok 26 - Flag local2 works ok 27 - Flag user works ok 28 - Flag kern works ok 29 - Flag debug works ok 30 - Flag error works ok 31 - Flag mail works ok 32 - Flag daemon works ok 33 - Flag alert works ok 34 - Flag info works ok 35 - Flag uucp works ok 36 - Flag lpr works ok 37 - Flag panic works ok 38 - Flag local4 works ok 39 - Flag cron works ok 40 - Flag local7 works ok 41 - Flag emerg works ok 42 - Flag authpriv works ok 43 - Flag warning works ok 44 - Flag syslog works ok 45 - Flag news works ok 46 - Flag local1 works ok 47 - bitwise-OR works ok t/unix_syslog_real.....1..0 # Skip Unix::Syslog not installed; can't test against real module skipped all skipped: Unix::Syslog not installed; can't test against real module Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-load.t 1 256 1 1 1 4 tests skipped. Failed 1/10 test scripts. 1/61 subtests failed. Files=10, Tests=61, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/10 test programs. 1/61 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.