Checking if your kit is complete... Looks good Writing Makefile for Pots Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Pots/MessageQueue.pm blib\lib\Pots\MessageQueue.pm cp lib/Pots/SharedObject.pm blib\lib\Pots\SharedObject.pm cp lib/Pots/Thread/MethodServer.pm blib\lib\Pots\Thread\MethodServer.pm cp lib/Pots.pod blib\lib\Pots.pod cp lib/Pots/Thread/MethodClient.pm blib\lib\Pots\Thread\MethodClient.pm cp lib/Pots/SharedAccessor.pm blib\lib\Pots\SharedAccessor.pm cp lib/Pots/Message.pm blib\lib\Pots\Message.pm cp lib/Pots/Tutorial.pod blib\lib\Pots\Tutorial.pod cp lib/Pots/Semaphore.pm blib\lib\Pots\Semaphore.pm cp lib/Pots/Thread.pm blib\lib\Pots\Thread.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/01-SharedObjects....1..16 ok 1 - use Pots::SharedObject; ok 2 - Pots::SharedObject->can(...) ok 3 - use Pots::SharedAccessor; ok 4 - Pots::SharedAccessor->can('mk_shared_accessors') ok 5 - use Pots::Semaphore; ok 6 - Pots::Semaphore->can(...) ok 7 - The object isa Pots::Semaphore ok 8 - The object isa Pots::SharedObject ok 9 - The object isa Pots::SharedAccessor ok 10 - The object isa SharedObj ok 11 - Accessor value (num) ok 12 - Accessor value (string) ok 13 - Accessor value from thread (num) ok 14 - Accessor value from thread (string) ok 15 - Accessor changed value from thread (num) ok 16 - Accessor changed value from thread (string) # Looks like you planned 16 tests but only ran 12. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/02-Messages.........1..13 ok 1 - use Pots::Message; ok 2 - Pots::Message->can(...) ok 3 - use Pots::MessageQueue; ok 4 - Pots::MessageQueue->can(...) ok 5 - The object isa Pots::MessageQueue ok 6 - The object isa Pots::Message ok 6 - The object isa Pots::Message ok 7 - Message type Test output counter mismatch [test 8] ok 8 - Message data Test output counter mismatch [test 9] ok 7 - The object isa Pots::Message Test output counter mismatch [test 10] ok 8 - Return message type Test output counter mismatch [test 11] ok 9 - Return message data Test output counter mismatch [test 12] ok 9 - Bi-directionnal communication Test output counter mismatch [test 13] # Looks like you planned 13 tests but only ran 9. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 10-13 Failed 4/13 tests, 69.23% okay t/03-Threads..........ok 1 - use Pots::Thread; ok 2 - Pots::Thread->can(...) ok 3 - Thread start ok 4 - Thread start ok 5 - Thread start ok 6 - Thread start ok 7 - Thread start ok 8 - Thread start ok 9 - Thread start ok 10 - Thread start ok 11 - Thread start ok 12 - Thread start ok 13 - Communication ok 14 - Shared accessor ok 15 - Communication ok 16 - Shared accessor ok 17 - Communication ok 18 - Shared accessor ok 19 - Communication ok 20 - Shared accessor ok 21 - Communication ok 22 - Shared accessor ok 23 - Communication ok 24 - Shared accessor ok 25 - Communication ok 26 - Shared accessor ok 27 - Communication ok 28 - Shared accessor ok 29 - Communication ok 30 - Shared accessor ok 31 - Communication ok 32 - Shared accessor 1..32 ok t/04-MethodServer.....1..6 ok 1 - use Pots::Thread::MethodServer; ok 2 - Pots::Thread::MethodServer->can(...) ok 3 - MethodServer start ok 4 - The object isa Pots::Thread::MethodServer ok 5 - The object isa Pots::Thread::MethodClient::Object::Some::Class ok 6 - Method call with result ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-SharedObjects.t 255 65280 16 0 ?? t/02-Messages.t 255 65280 13 8 10-13 Failed 2/4 test scripts. 0/67 subtests failed. Files=4, Tests=67, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/4 test programs. 0/67 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.