Checking if your kit is complete... Looks good Writing Makefile for Net::Server Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Net/Server/Proto/TCP.pm blib\lib\Net\Server\Proto\TCP.pm cp lib/Net/Server/SIG.pm blib\lib\Net\Server\SIG.pm cp lib/Net/Server/PreForkSimple.pm blib\lib\Net\Server\PreForkSimple.pm cp lib/Net/Server/MultiType.pm blib\lib\Net\Server\MultiType.pm cp lib/Net/Server/INET.pm blib\lib\Net\Server\INET.pm cp lib/Net/Server/Single.pm blib\lib\Net\Server\Single.pm cp lib/Net/Server/Proto/UDP.pm blib\lib\Net\Server\Proto\UDP.pm cp lib/Net/Server.pm blib\lib\Net\Server.pm cp lib/Net/Server/Proto.pm blib\lib\Net\Server\Proto.pm cp lib/Net/Server/Daemonize.pm blib\lib\Net\Server\Daemonize.pm cp lib/Net/Server/Proto/UNIX.pm blib\lib\Net\Server\Proto\UNIX.pm cp lib/Net/Server/PreFork.pm blib\lib\Net\Server\PreFork.pm cp lib/Net/Server/Multiplex.pm blib\lib\Net\Server\Multiplex.pm cp lib/Net/Server.pod blib\lib\Net\Server.pod cp lib/Net/Server/Proto/SSL.pm blib\lib\Net\Server\Proto\SSL.pm cp lib/Net/Server/Fork.pm blib\lib\Net\Server\Fork.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\Options.t t\Port_Configuration.t t\Server_BASE.t t\Server_Fork.t t\Server_INET.t t\Server_Multiplex.t t\Server_MultiType.t t\Server_PreFork.t t\Server_PreForkSimple.t t\Server_Single.t t\UDP_test.t t\UNIX_test.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Server/blib t\Options...........1..66 ok 1 - use Net::Server; ok 2 - Got an object () ok 3 - Got a server () ok 4 - Correct default log_level ok 5 - Correct default log_file ok 6 - Correct default user ok 7 - Had 1 configured ports ok 8 - Had 1 configured socket ok 9 - Right host ok 10 - Right port ok 11 - Right proto ok 12 - Loaded server ok 13 - Had 1 configured ports ok 14 - Right port ok 15 - Loaded server ok 16 - Had 1 configured ports ok 17 - Right port ok 18 - Right port ok 19 - Loaded server ok 20 - Had 1 configured ports ok 21 - Right port ok 22 - Loaded server ok 23 - Had 1 configured ports ok 24 - Right port ok 25 - Loaded server ok 26 - Had 1 configured ports ok 27 - Right port ok 28 - Loaded server ok 29 - Had 1 configured ports ok 30 - Right port ok 31 - Loaded server ok 32 - Had 1 configured ports ok 33 - Right port ok 34 - Right port ok 35 - Loaded server ok 36 - Had 1 configured ports ok 37 - Right port ok 38 - Right port ok 39 - Right port ok 40 - Right user ok 41 - Loaded server ok 42 - Right user "cmdline" ok 43 - Loaded server ok 44 - Right user "runargs" ok 45 - Loaded server ok 46 - Could use custom options ok 47 - Loaded server ok 48 - Had 1 configured custom array option ok 49 - Right value ok 50 - Loaded server ok 51 - Right my_option "bar" ok 52 - Had 3 configured custom array option ok 53 - Right value ok 54 - Right value ok 55 - Right value ok 56 - Loaded server ok 57 - Right group "cmdline" ok 58 - Loaded server ok 59 - Right group "runargs" ok 60 - Loaded server ok 61 - Right group "confgroup" ok 62 - Loaded server ok 63 - Right group "defaultgroup" ok 64 - Defaults for allow are set also ok 65 - Right group "confgroup" ok 66 - Right group "confgroup" ok t\Port_Configuration.1..78 ok 1 - use Net::Server; ok 2 - Got an object () ok 3 - Got a server () ok 4 - Correct default log_level ok 5 - Correct default log_file ok 6 - Correct default user ok 7 - Correct default group ok 8 - Had 1 configured ports ok 9 - Had 1 configured socket ok 10 - Right host ok 11 - Right port ok 12 - Right proto ok 13 - Loaded server ok 14 - Had 1 configured ports ok 15 - Had 1 configured socket ok 16 - Right host ok 17 - Right port ok 18 - Right proto ok 19 - Loaded server ok 20 - Had 1 configured ports ok 21 - Had 1 configured socket ok 22 - Right host ok 23 - Right port ok 24 - Right proto ok 25 - Loaded server ok 26 - Had 1 configured ports ok 27 - Had 1 configured socket ok 28 - Right host ok 29 - Right port ok 30 - Right proto ok 31 - Loaded server ok 32 - Had 1 configured ports ok 33 - Had 1 configured socket ok 34 - Right host ok 35 - Right port ok 36 - Right proto ok 37 - Loaded server ok 38 - Had 2 configured ports ok 39 - Had 2 configured socket ok 40 - Right host ok 41 - Right port ok 42 - Right proto ok 43 - Right host ok 44 - Right port ok 45 - Right proto ok 46 - Loaded server ok 47 - Had 2 configured ports ok 48 - Had 2 configured socket ok 49 - Right host ok 50 - Right port ok 51 - Right proto ok 52 - Right host ok 53 - Right port ok 54 - Right proto ok 55 - Loaded server ok 56 - Had 1 configured ports ok 57 - Had 1 configured socket ok 58 - Right host ok 59 - Right port ok 60 - Right proto ok 61 - Loaded server ok 62 - Had 1 configured ports ok 63 - Had 1 configured socket ok 64 - Right host ok 65 - Right port ok 66 - Right proto ok 67 - Loaded server ok 68 - Had 1 configured ports ok 69 - Had 1 configured socket ok 70 - Right host ok 71 - Right port ok 72 - Right proto ok 73 - Loaded server ok 74 - Had 1 configured ports ok 75 - Had 1 configured socket ok 76 - Right host ok 77 - Right port ok 78 - Right proto ok t\Server_BASE.......1..6 ok 1 ok 2 ok 3 ok 4 not ok 5 not ok 6 FAILED tests 5-6 Failed 2/6 tests, 66.67% okay t\Server_Fork.......1..5 ok 1 - Loaded Net::Server::Fork ok 2 - We can fork 960 () ok 3 - We can pipe () ok 4 - got the right number of ports (20200) not ok 5 - error during server (The Unsupported function alarm function is unimplemented at t\Server_Fork.t line 94, line 1. ) FAILED test 5 Failed 1/5 tests, 80.00% okay t\Server_INET.......1..5 ok 1 ok 2 ok 3 ok 4 not ok 5 FAILED test 5 Failed 1/5 tests, 80.00% okay t\Server_Multiplex..1..4 ok 1 # skip No IO::Multiplex installed ok 2 # skip No IO::Multiplex installed ok 3 # skip No IO::Multiplex installed ok 4 # skip No IO::Multiplex installed ok, 4/4 skipped: No IO::Multiplex installed t\Server_MultiType..1..5 ok 1 ok 2 ok 3 ok 4 not ok 5 FAILED test 5 Failed 1/5 tests, 80.00% okay t\Server_PreFork....1..5 ok 1 ok 2 # skip PreFork will not work on Win32 ok 3 # skip PreFork will not work on Win32 ok 4 # skip PreFork will not work on Win32 ok 5 # skip PreFork will not work on Win32 ok, 4/5 skipped: PreFork will not work on Win32 t\Server_PreForkSimple.1..5 ok 1 ok 2 # skip PreForkSimple will not work on Win32 ok 3 # skip PreForkSimple will not work on Win32 ok 4 # skip PreForkSimple will not work on Win32 ok 5 # skip PreForkSimple will not work on Win32 ok, 4/5 skipped: PreForkSimple will not work on Win32 t\Server_Single.....1..1 ok 1 ok t\UDP_test..........1..5 ok 1 ok 2 ok 3 ok 4 not ok 5 FAILED test 5 Failed 1/5 tests, 80.00% okay t\UNIX_test.........1..5 ok 1 ok 2 # skip UNIX Sockets will not work on Win32 ok 3 # skip UNIX Sockets will not work on Win32 ok 4 # skip UNIX Sockets will not work on Win32 ok 5 # skip UNIX Sockets will not work on Win32 ok, 4/5 skipped: UNIX Sockets will not work on Win32 Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\Server_BASE.t 6 2 33.33% 5-6 t\Server_Fork.t 5 1 20.00% 5 t\Server_INET.t 5 1 20.00% 5 t\Server_MultiType.t 5 1 20.00% 5 t\UDP_test.t 5 1 20.00% 5 16 subtests skipped. Failed 5/12 test scripts, 58.33% okay. 6/190 subtests failed, 96.84% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop.