PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-05-03T06:01:53 ActivePerl-1400 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Mon, 02 May 2011 22:28:59 GMT Running make for L/LB/LBROCARD/Acme-Colour-1.06.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/L/LB/LBROCARD/Acme-Colour-1.06.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\L\LB\LBROCARD\Acme-Colour-1.06.tar.gz ok Acme-Colour-1.06/ Acme-Colour-1.06/lib/ Acme-Colour-1.06/lib/Acme/ Acme-Colour-1.06/lib/Acme/Colour.pm Acme-Colour-1.06/MANIFEST Acme-Colour-1.06/Build.PL Acme-Colour-1.06/t/ Acme-Colour-1.06/t/pod_coverage.t Acme-Colour-1.06/t/pod.t Acme-Colour-1.06/t/simple.t Acme-Colour-1.06/README Acme-Colour-1.06/CHANGES Acme-Colour-1.06/META.yml Acme-Colour-1.06/Makefile.PL Acme-Colour-1.06/examples/ Acme-Colour-1.06/examples/acme_colour.pl Acme-Colour-1.06/LICENSE CPAN.pm: Going to build L/LB/LBROCARD/Acme-Colour-1.06.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Acme::Colour Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Acme/Colour.pm blib\lib\Acme\Colour.pm LBROCARD/Acme-Colour-1.06.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/pod.t ........... 1..1 ok 1 - POD test for blib\lib\Acme\Colour.pm ok t/pod_coverage.t .. 1..1 ok 1 - Pod coverage on Acme::Colour ok t/simple.t ........ 1..73 ok 1 - use Acme::Colour; ok 2 - Basic test ok 3 - should get Acme::Colour object isa Acme::Colour ok 4 - should get white object ok 5 - Test additive colour ok 6 - should get colour ok 7 - should get black ok 8 - black and red is red ok 9 - red and green is yellow ok 10 - yellow and blue is white ok 11 - can't get whiter than white ok 12 - should get colour ok 13 - should get black ok 14 - black and 0.5 red is dark red ok 15 - should get colour ok 16 - should get black ok 17 - black and red is red ok 18 - red and blue is magenta ok 19 - magenta and green is white ok 20 - should get colour ok 21 - should get black ok 22 - black and green is green ok 23 - green and blue is cyan ok 24 - cyan and red is white ok 25 - should get colour ok 26 - should get black ok 27 - black and green is green ok 28 - green and red is yellow ok 29 - yellow and blue is white ok 30 - should get colour ok 31 - should be yellow ok 32 - yellow and green is yellow ok 33 - yellow and red is yellow ok 34 - yellow and yellow is yellow ok 35 - Test subtractive colour ok 36 - should get colour ok 37 - should get black ok 38 - black and black is black ok 39 - should get colour ok 40 - should get white ok 41 - white and cyan is cyan ok 42 - cyan and magenta is blue ok 43 - blue and yellow is black ok 44 - should get colour ok 45 - should get white ok 46 - white and yellow is yellow ok 47 - yellow and cyan is green ok 48 - green and magenta is black ok 49 - should get colour ok 50 - should get white ok 51 - white and magenta is magenta ok 52 - magenta and yellow is red ok 53 - red and cyan is black ok 54 - Extra tests ok 55 - should get colour ok 56 - should get orange ok 57 - orange and brown is dark red ok 58 - should get colour ok 59 - should get white ok 60 - white and red is red ok 61 - red and blue is black ok 62 - should get colour ok 63 - should get white ok 64 - white and half red is salmon ok 65 - salman and half cyan is dim gray ok 66 - Colour constants ok 67 - red and green make yellow ok 68 - cyan and magenta make blue ok 69 - threw Regexp ((?^:Colour bogus1 is unknown)) ok 70 - threw Regexp ((?^:Colour bogus2 is unknown)) ok 71 - threw Regexp ((?^:Colour bogus4 is unknown)) ok 72 - threw Regexp ((?^:Colour bogus5 is unknown)) ok 73 - threw Regexp ((?^:Colour bogus7 is unknown)) ok All tests successful. Files=3, Tests=75, 1 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: PASS LBROCARD/Acme-Colour-1.06.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/L/LB/LBROCARD/CHECKSUMS Leon Brocard <leon@astray.com> additive and subtractive human-readable colours >>> (cd C:\cpanfly-5.14\var\cpan\build\Acme-Colour-1.06-2JvL2L && tar cvf - Acme-Colour-1.06.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/L/LB/LBROCARD/Acme-Colour-1.06.tar.gz Acme-Colour-1.06.ppd blib/ blib/lib/ blib/lib/Acme/ blib/lib/Acme/Colour.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Acme-Colour-1.06-2JvL2L/Acme-Colour-1.06.ppd C:/cpanfly-5.14/var/REPO/L/LB/LBROCARD Finished 2011-05-03T06:01:59