Warning: prerequisite POE 0 not found. Warning: prerequisite POE::Event::Message 0.1 not found. Warning: prerequisite PTools::Local 0 not found. Checking if your kit is complete... Looks good Writing Makefile for POE::Component::GCS Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/POE/Component/GCS/Client.pm blib\lib\POE\Component\GCS\Client.pm cp lib/POE/Component/GCS/Server/Msg.pm blib\lib\POE\Component\GCS\Server\Msg.pm cp lib/POE/Component/GCS/Server/Task.pm blib\lib\POE\Component\GCS\Server\Task.pm cp lib/POE/Component/GCS/Server/Queue.pm blib\lib\POE\Component\GCS\Server\Queue.pm cp lib/POE/Component/GCS/Server/Cmd.pm blib\lib\POE\Component\GCS\Server\Cmd.pm cp lib/POE/Component/GCS/Server/Log.pm blib\lib\POE\Component\GCS\Server\Log.pm cp lib/POE/Component/GCS/Server/LogDemo.pm blib\lib\POE\Component\GCS\Server\LogDemo.pm cp lib/POE/Component/GCS/ClientMsg.pm blib\lib\POE\Component\GCS\ClientMsg.pm cp lib/POE/Component/GCS/Server/Proc.pm blib\lib\POE\Component\GCS\Server\Proc.pm cp lib/POE/Component/GCS/Server/Cfg.pm blib\lib\POE\Component\GCS\Server\Cfg.pm cp lib/POE/Component/GCS/Server.pm blib\lib\POE\Component\GCS\Server.pm cp lib/POE/Component/GCS/ClientTxt.pm blib\lib\POE\Component\GCS\ClientTxt.pm cp lib/POE/Component/GCS/Server/TCP.pm blib\lib\POE\Component\GCS\Server\TCP.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, 'inc', 'blib\lib', 'blib\arch')" t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t t/POE/Component/GCS/Client..........1..1 # Failed test 'use POE::Component::GCS::Client;' # at t/POE/Component/GCS/Client.t line 6. not ok 1 - use POE::Component::GCS::Client; # Tried to use 'POE::Component::GCS::Client'. # Error: Can't locate POE/Event/Message.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Msg.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Client.t line 6. # Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/ClientMsg.pm line 19. # BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/ClientMsg.pm line 19. # Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Client.pm line 41. # BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Client.pm line 41. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/ClientMsg.......1..1 # Failed test 'use POE::Component::GCS::ClientMsg;' # at t/POE/Component/GCS/ClientMsg.t line 6. not ok 1 - use POE::Component::GCS::ClientMsg; # Tried to use 'POE::Component::GCS::ClientMsg'. # Error: Can't locate POE/Event/Message.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Msg.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/ClientMsg.t line 6. # Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/ClientMsg.pm line 19. # BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/ClientMsg.pm line 19. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/ClientTxt.......1..1 ok 1 - use POE::Component::GCS::ClientTxt; ok t/POE/Component/GCS/Server..........1..1 # Failed test 'use POE::Component::GCS::Server;' # at t/POE/Component/GCS/Server.t line 6. not ok 1 - use POE::Component::GCS::Server; # Tried to use 'POE::Component::GCS::Server'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server.pm line 27. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/Cfg......1..1 ok 1 - use POE::Component::GCS::Server::Cfg; ok t/POE/Component/GCS/Server/Cmd......1..1 # Failed test 'use POE::Component::GCS::Server::Cmd;' # at t/POE/Component/GCS/Server/Cmd.t line 6. not ok 1 - use POE::Component::GCS::Server::Cmd; # Tried to use 'POE::Component::GCS::Server::Cmd'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Cmd.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/Cmd.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/Log......1..1 ok 1 - use POE::Component::GCS::Server::Log; ok t/POE/Component/GCS/Server/Msg......1..1 # Failed test 'use POE::Component::GCS::Server::Msg;' # at t/POE/Component/GCS/Server/Msg.t line 6. not ok 1 - use POE::Component::GCS::Server::Msg; # Tried to use 'POE::Component::GCS::Server::Msg'. # Error: Can't locate POE/Event/Message.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Msg.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/Msg.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/Proc.....1..1 # Failed test 'use POE::Component::GCS::Server::Proc;' # at t/POE/Component/GCS/Server/Proc.t line 6. not ok 1 - use POE::Component::GCS::Server::Proc; # Tried to use 'POE::Component::GCS::Server::Proc'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Proc.pm line 24. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/Proc.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/Queue....1..1 # Failed test 'use POE::Component::GCS::Server::Queue;' # at t/POE/Component/GCS/Server/Queue.t line 6. not ok 1 - use POE::Component::GCS::Server::Queue; # Tried to use 'POE::Component::GCS::Server::Queue'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Queue.pm line 27. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/Queue.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/Task.....1..1 # Failed test 'use POE::Component::GCS::Server::Task;' # at t/POE/Component/GCS/Server/Task.t line 6. not ok 1 - use POE::Component::GCS::Server::Task; # Tried to use 'POE::Component::GCS::Server::Task'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/Task.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/Task.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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/POE/Component/GCS/Server/TCP......1..1 # Failed test 'use POE::Component::GCS::Server::TCP;' # at t/POE/Component/GCS/Server/TCP.t line 6. not ok 1 - use POE::Component::GCS::Server::TCP; # Tried to use 'POE::Component::GCS::Server::TCP'. # Error: Can't locate POE.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\POE-Component-GCS\blib\lib/POE/Component/GCS/Server/TCP.pm line 17. # BEGIN failed--compilation aborted at t/POE/Component/GCS/Server/TCP.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # 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 Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/POE/Component/GCS/Client.t 1 256 1 1 1 t/POE/Component/GCS/ClientMsg.t 1 256 1 1 1 t/POE/Component/GCS/Server.t 1 256 1 1 1 t/POE/Component/GCS/Server/Cmd.t 1 256 1 1 1 t/POE/Component/GCS/Server/Msg.t 1 256 1 1 1 t/POE/Component/GCS/Server/Proc.t 1 256 1 1 1 t/POE/Component/GCS/Server/Queue.t 1 256 1 1 1 t/POE/Component/GCS/Server/TCP.t 1 256 1 1 1 t/POE/Component/GCS/Server/Task.t 1 256 1 1 1 Failed 9/12 test scripts. 9/12 subtests failed. Files=12, Tests=12, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 9/12 test programs. 9/12 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x1' Stop.