PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-05-02T11:14:18 ActivePerl-1400 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.14/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Sun, 01 May 2011 22:29:11 GMT Running make for C/CO/COSIMO/Games-BonDigi-0.02.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CO/COSIMO/Games-BonDigi-0.02.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\C\CO\COSIMO\Games-BonDigi-0.02.tar.gz ok Games-BonDigi-0.02/ Games-BonDigi-0.02/t/ Games-BonDigi-0.02/t/01load.t Games-BonDigi-0.02/t/94metatest.t Games-BonDigi-0.02/t/02class.t Games-BonDigi-0.02/t/00basic.t Games-BonDigi-0.02/t/91podcover.t Games-BonDigi-0.02/t/90podtest.t Games-BonDigi-0.02/COPYING Games-BonDigi-0.02/Changes Games-BonDigi-0.02/Artistic Games-BonDigi-0.02/MANIFEST Games-BonDigi-0.02/MANIFEST.SKIP Games-BonDigi-0.02/lib/ Games-BonDigi-0.02/lib/Test/ Games-BonDigi-0.02/lib/Test/Games/ Games-BonDigi-0.02/lib/Test/Games/BonDigi.pm Games-BonDigi-0.02/lib/Games/ Games-BonDigi-0.02/lib/Games/BonDigi.pm Games-BonDigi-0.02/META.yml Games-BonDigi-0.02/examples/ Games-BonDigi-0.02/examples/generate_bondigi.pl Games-BonDigi-0.02/ChangeLog Games-BonDigi-0.02/INSTALL Games-BonDigi-0.02/LICENSE Games-BonDigi-0.02/Makefile.PL Games-BonDigi-0.02/README CPAN.pm: Going to build C/CO/COSIMO/Games-BonDigi-0.02.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Games::BonDigi Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Test/Games/BonDigi.pm blib\lib\Test\Games\BonDigi.pm cp lib/Games/BonDigi.pm blib\lib\Games\BonDigi.pm COSIMO/Games-BonDigi-0.02.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:\Perl-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00basic.t ..... 1..1 ok 1 - use Games::BonDigi; ok t/01load.t ...... 1..4 ok 1 - use Games::BonDigi; ok 2 - Class new isa Games::BonDigi ok 3 - Games::BonDigi->sequence() generates an iterator ok 4 - first word of sequence is "bon" ok # # Test::Games::BonDigi->iterator_custom # # Test::Games::BonDigi->iterator_default t/02class.t ..... 1..130 ok 1 - class constructor isa Games::BonDigi ok 2 - Custom iterator with object ok 3 - Custom iterator with class ok 4 - iterator correctly stops at given endpoint ok 5 - first word is "x" ok 6 - then "y" ok 7 - then "x" again ok 8 - then "y" again ok 9 - Payload: "x" ok 10 - "x" again ok 11 - Payload: "y" ok 12 - "y" again ok 13 - sequence was generated exactly, no less and no more ok 14 - last element must be "y" ok 15 - "x" elements == "y" elements ok 16 - only "x" and "y" have been generated ok 17 - class constructor isa Games::BonDigi ok 18 - Games::BonDigi->can('sequence') ok 19 - Iterator with object ok 20 - Iterator with class ok 21 - class/object iterators are equivalent ok 22 - Header: first word is "bon" ok 23 - Header: then "digi" ok 24 - Header: then "bon" again ok 25 - Header: then "digi" again ok 26 - Payload: "bon" ok 27 - Payload: "bon" again ok 28 - Payload: "digi" ok 29 - Payload: "digi" again ok 30 - Restart of sequence: "bon" ok 31 - next 1 word is correct ok 32 - next 2 word is correct ok 33 - next 3 word is correct ok 34 - next 4 word is correct ok 35 - next 5 word is correct ok 36 - next 6 word is correct ok 37 - next 7 word is correct ok 38 - next 8 word is correct ok 39 - next 9 word is correct ok 40 - next 10 word is correct ok 41 - next 11 word is correct ok 42 - next 12 word is correct ok 43 - next 13 word is correct ok 44 - next 14 word is correct ok 45 - next 15 word is correct ok 46 - next 16 word is correct ok 47 - next 17 word is correct ok 48 - next 18 word is correct ok 49 - next 19 word is correct ok 50 - next 20 word is correct ok 51 - next 21 word is correct ok 52 - next 22 word is correct ok 53 - next 23 word is correct ok 54 - next 24 word is correct ok 55 - next 25 word is correct ok 56 - next 26 word is correct ok 57 - next 27 word is correct ok 58 - next 28 word is correct ok 59 - next 29 word is correct ok 60 - next 30 word is correct ok 61 - next 31 word is correct ok 62 - next 32 word is correct ok 63 - next 33 word is correct ok 64 - next 34 word is correct ok 65 - next 35 word is correct ok 66 - next 36 word is correct ok 67 - next 37 word is correct ok 68 - next 38 word is correct ok 69 - next 39 word is correct ok 70 - next 40 word is correct ok 71 - next 41 word is correct ok 72 - next 42 word is correct ok 73 - next 43 word is correct ok 74 - next 44 word is correct ok 75 - next 45 word is correct ok 76 - next 46 word is correct ok 77 - next 47 word is correct ok 78 - next 48 word is correct ok 79 - next 49 word is correct ok 80 - next 50 word is correct ok 81 - next 51 word is correct ok 82 - next 52 word is correct ok 83 - next 53 word is correct ok 84 - next 54 word is correct ok 85 - next 55 word is correct ok 86 - next 56 word is correct ok 87 - next 57 word is correct ok 88 - next 58 word is correct ok 89 - next 59 word is correct ok 90 - next 60 word is correct ok 91 - next 61 word is correct ok 92 - next 62 word is correct ok 93 - next 63 word is correct ok 94 - next 64 word is correct ok 95 - next 65 word is correct ok 96 - next 66 word is correct ok 97 - next 67 word is correct ok 98 - next 68 word is correct ok 99 - next 69 word is correct ok 100 - next 70 word is correct ok 101 - next 71 word is correct ok 102 - next 72 word is correct ok 103 - next 73 word is correct ok 104 - next 74 word is correct ok 105 - next 75 word is correct ok 106 - next 76 word is correct ok 107 - next 77 word is correct ok 108 - next 78 word is correct ok 109 - next 79 word is correct ok 110 - next 80 word is correct ok 111 - next 81 word is correct ok 112 - next 82 word is correct ok 113 - next 83 word is correct ok 114 - next 84 word is correct ok 115 - next 85 word is correct ok 116 - next 86 word is correct ok 117 - next 87 word is correct ok 118 - next 88 word is correct ok 119 - next 89 word is correct ok 120 - next 90 word is correct ok 121 - next 91 word is correct ok 122 - next 92 word is correct ok 123 - next 93 word is correct ok 124 - next 94 word is correct ok 125 - next 95 word is correct ok 126 - next 96 word is correct ok 127 - next 97 word is correct ok 128 - next 98 word is correct ok 129 - next 99 word is correct ok 130 - next 100 word is correct ok t/90podtest.t ... 1..2 ok 1 - POD test for blib\lib\Games\BonDigi.pm ok 2 - POD test for blib\lib\Test\Games\BonDigi.pm ok t/91podcover.t .. 1..2 ok 1 - Pod coverage on Games::BonDigi ok 2 - Pod coverage on Test::Games::BonDigi ok t/94metatest.t .. 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok All tests successful. Files=6, Tests=141, 1 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: PASS COSIMO/Games-BonDigi-0.02.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CO/COSIMO/CHECKSUMS Cosimo Streppone <cosimo@cpan.org> Very simple, but very crazy "social" game. This module demonstrates how to teach a computer to play it. >>> (cd C:\cpanfly-5.14\var\cpan\build\Games-BonDigi-0.02-UREdQG && tar cvf - Games-BonDigi-0.02.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/C/CO/COSIMO/Games-BonDigi-0.02.tar.gz Games-BonDigi-0.02.ppd blib/ blib/lib/ blib/lib/Games/ blib/lib/Games/BonDigi.pm blib/lib/Test/ blib/lib/Test/Games/ blib/lib/Test/Games/BonDigi.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Games-BonDigi-0.02-UREdQG/Games-BonDigi-0.02.ppd C:/cpanfly-5.14/var/REPO/C/CO/COSIMO Finished 2011-05-02T11:14:24