Checking if your kit is complete... Looks good Writing Makefile for IPC::Run::Simple Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/IPC/Run/Simple.pm blib\lib\IPC\Run\Simple.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/fatal.............1..6 ok 1 Hello ok 2 - Basic command can run ok 3 - Failing command set $ERR 'nonexistent-command-dude' is not recognized as an internal or external command, operable program or batch file. # Failed test 'Nonexistent command reported' # at t/fatal.t line 24. not ok 4 - Nonexistent command reported ok 5 - Failing command with allowed exit val # Looks like you failed 1 test of 6. ok 6 - Failing command with disallowed exit val dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/6 tests, 83.33% okay t/IPC-Run-Simple....1..10 ok 1 Hello ok 2 - Basic command can run ok 3 - Failing command returns false ok 4 - Failing command set $ERR 'nonexistent-command-dude' is not recognized as an internal or external command, operable program or batch file. ok 5 - Nonexistent command returns false # Failed test 'Nonexistent command reported' not ok 6 - Nonexistent command reported # at t/IPC-Run-Simple.t line 26. ok 7 - Failing command with allowed exit val ok 8 - Failing command with disallowed exit val ok 9 - Passing in command as a string Hello # Looks like you failed 1 test of 10. ok 10 - Successful command that was not supposed to succeed dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/10 tests, 90.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod...............1..1 ok 1 - blib\lib\IPC\Run\Simple.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/IPC-Run-Simple.t 1 256 10 1 6 t/fatal.t 1 256 6 1 4 1 test skipped. Failed 2/4 test scripts. 2/17 subtests failed. Files=4, Tests=17, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/4 test programs. 2/17 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.