Checking if your kit is complete... Looks good Writing Makefile for Win32::IIS::Admin Note: If environment variable RUN_DESTRUCTIVE_TESTS is set, we will run some tests that actually change a few configuration values in the IIS installation on the local machine. The changes will be undone after the tests are complete, but if anything goes wrong during the test, your IIS configuration might be left in a corrupted state. cp lib/Win32/IIS/Admin.pm blib/lib/Win32/IIS/Admin.pm Manifying blib/man3/Win32::IIS::Admin.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_load...........ok 1 - use Win32::IIS::Admin; Error retreaving captured text in IO::Capture::Stderr at t/01_load.t line 19 # this is not Windows 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/02_config.........ok 1 - use Win32::IIS::Admin; Error retreaving captured text in IO::Capture::Stderr at t/02_config.t line 20 # this is not Windows 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/22_create_virdir..ok 1 - use Win32::IIS::Admin; Error retreaving captured text in IO::Capture::Stderr at t/22_create_virdir.t line 20 # this is not Windows 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/88_execfail.......ok 1 - use Win32::IIS::Admin; ok 2 - use IO::Capture::Stderr; # this is not Windows 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01_load.t 1 1 100.00% 1 t/02_config.t 1 1 100.00% 1 t/22_create_virdir.t 1 1 100.00% 1 t/88_execfail.t 2 2 100.00% 1-2 2 tests skipped. Failed 4/6 test scripts, 33.33% okay. 5/5 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29