Start 2008-10-23T21:02:11 Going to read /Users/fly818/var/cpan/Metadata Database was generated on Wed, 22 Oct 2008 10:26:54 GMT Running make for Y/YA/YANICK/Games-Perlwar-0.03.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Y/YA/YANICK/Games-Perlwar-0.03.tar.gz Checksum for /Users/fly818/var/cpan/sources/authors/id/Y/YA/YANICK/Games-Perlwar-0.03.tar.gz ok Games-Perlwar-0.03/ Games-Perlwar-0.03/scripts/ Games-Perlwar-0.03/scripts/pwcreate Games-Perlwar-0.03/scripts/perlwar Games-Perlwar-0.03/scripts/pwupload Games-Perlwar-0.03/scripts/pwround Games-Perlwar-0.03/web/ Games-Perlwar-0.03/web/stylesheets/ Games-Perlwar-0.03/web/stylesheets/iteration2html.xps Games-Perlwar-0.03/web/stylesheets/upload.xps Games-Perlwar-0.03/web/stylesheets/include_config.xps Games-Perlwar-0.03/web/stylesheets/configuration.xps Games-Perlwar-0.03/web/logo.png Games-Perlwar-0.03/web/line.png Games-Perlwar-0.03/web/htaccess Games-Perlwar-0.03/web/perlwar.ico Games-Perlwar-0.03/web/perlwar.js Games-Perlwar-0.03/web/perlwar.css Games-Perlwar-0.03/lib/ Games-Perlwar-0.03/lib/Games/ Games-Perlwar-0.03/lib/Games/Perlwar.pm Games-Perlwar-0.03/lib/Games/Perlwar/ Games-Perlwar-0.03/lib/Games/Perlwar/Cell.pm Games-Perlwar-0.03/lib/Games/Perlwar/AgentEval.pm Games-Perlwar-0.03/lib/Games/Perlwar/Shell.pm Games-Perlwar-0.03/lib/Games/Perlwar/Array.pm Games-Perlwar-0.03/lib/Games/Perlwar/Rules.pod Games-Perlwar-0.03/Changes Games-Perlwar-0.03/MANIFEST Games-Perlwar-0.03/META.yml Games-Perlwar-0.03/t/ Games-Perlwar-0.03/t/round_current.xml Games-Perlwar-0.03/t/99signature.t Games-Perlwar-0.03/t/01general.t Games-Perlwar-0.03/t/configuration.xml Games-Perlwar-0.03/t/pod.t Games-Perlwar-0.03/README Games-Perlwar-0.03/Makefile.PL Games-Perlwar-0.03/Build.PL Games-Perlwar-0.03/SIGNATURE CPAN.pm: Going to build Y/YA/YANICK/Games-Perlwar-0.03.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Games::Perlwar >>> make cp lib/Games/Perlwar.pm blib/lib/Games/Perlwar.pm cp lib/Games/Perlwar/Array.pm blib/lib/Games/Perlwar/Array.pm cp lib/Games/Perlwar/Cell.pm blib/lib/Games/Perlwar/Cell.pm cp lib/Games/Perlwar/AgentEval.pm blib/lib/Games/Perlwar/AgentEval.pm cp lib/Games/Perlwar/Rules.pod blib/lib/Games/Perlwar/Rules.pod cp lib/Games/Perlwar/Shell.pm blib/lib/Games/Perlwar/Shell.pm cp scripts/pwupload blib/script/pwupload /Users/fly818/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/pwupload cp scripts/pwcreate blib/script/pwcreate /Users/fly818/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/pwcreate cp scripts/pwround blib/script/pwround /Users/fly818/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/pwround cp scripts/perlwar blib/script/perlwar /Users/fly818/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/perlwar Manifying blib/man1/pwupload.1 Manifying blib/man1/pwcreate.1 Manifying blib/man1/pwround.1 Manifying blib/man3/Games::Perlwar.3 Manifying blib/man3/Games::Perlwar::Rules.3 YANICK/Games-Perlwar-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01general...... 1..26 ok 1 loading configuration.. loading iteration 13 ok 2 ok 3 - cell execution ok 4 - agent doing a hara-kiri ok 5 - agent's code segfault'ing ok 6 - agent trying to be naughty ok 7 - agent running forever ok 8 - access to $_ ok 9 - Array size ok 10 - access other cells ok 11 - access to @_ ok 12 - access to @o ok 13 - code with undef values ok 14 - $S, $I, $i cell 10: agent owned by neo executing.. agent returned: !13 agent in cell 23 destroyed cell 11: agent owned by smith executing.. agent returned: ~-1 code of agent in cell 10 altered cell 24: agent owned by smith executing.. agent returned: join ":", @_:"^-1"::::::.. no-op cell 25: agent owned by neo executing.. agent returned: ^-1 agent in cell 24 p0wned ok 15 - nuke function (!) ok 16 - alter function (~) ok 17 - alter function (~) ok 18 - p0wning function (^) cell 0: agent owned by luigi executing.. agent returned: :2 agent of cell 0 copied into cell 2 cell 1: agent owned by mario executing.. agent returned: ^1 agent in cell 2 p0wned ok 19 - parents shouldn't be 0wned ok 20 - 0wning ok 21 - 0wning ok 22 - self-modification cell 0: agent owned by neo executing.. agent returned: morpheus no-op ok 23 - agent can change its own facade cell 1: agent owned by smith executing.. agent returned: neo no-op ok 24 - but not the facade of another agent cell 3: agent owned by neo executing.. agent returned: neo no-op ok 25 - agent can access $O cell 0: agent owned by neo executing.. agent returned: pass it on no-op cell 1: agent owned by neo executing.. agent returned: no-op ok 26 - agents can't pass information back and forth ok t/99signature.... 1..1 ok 1 # SKIP Next time around, consider installing Module::Signature, so you can verify the integrity of this distribution. ok t/pod............ 1..10 ok 1 - blib/script/perlwar ok 2 - blib/script/pwcreate ok 3 - blib/script/pwround ok 4 - blib/script/pwupload ok 5 - blib/lib/Games/Perlwar.pm ok 6 - blib/lib/Games/Perlwar/AgentEval.pm ok 7 - blib/lib/Games/Perlwar/Array.pm ok 8 - blib/lib/Games/Perlwar/Cell.pm ok 9 - blib/lib/Games/Perlwar/Rules.pod ok 10 - blib/lib/Games/Perlwar/Shell.pm ok All tests successful. Files=3, Tests=37, 5 wallclock secs ( 0.10 usr 0.07 sys + 3.44 cusr 0.25 csys = 3.86 CPU) Result: PASS YANICK/Games-Perlwar-0.03.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Y/YA/YANICK/CHECKSUMS Yanick Champoux <yanick+cpan@babyl.dyndns.org> Perlwar is inspired by the classic Corewar game. In this game, players pit snippets of Perl code (called 'agents') against each other in order to gain control of the vicious virtual battlefield known as... the Array. >>> (cd /Users/fly818/var/cpan/build/Games-Perlwar-0.03-LLVoxu && tar cvf - Games-Perlwar-0.03.ppd blib) | gzip -c >/Users/fly818/var/REPO/Y/YA/YANICK/Games-Perlwar-0.03.tar.gz Games-Perlwar-0.03.ppd blib/ blib/lib/ blib/lib/Games/ blib/lib/Games/Perlwar/ blib/lib/Games/Perlwar/AgentEval.pm blib/lib/Games/Perlwar/Array.pm blib/lib/Games/Perlwar/Cell.pm blib/lib/Games/Perlwar/Rules.pod blib/lib/Games/Perlwar/Shell.pm blib/lib/Games/Perlwar.pm blib/man1/ blib/man1/pwcreate.1 blib/man1/pwround.1 blib/man1/pwupload.1 blib/man3/ blib/man3/Games::Perlwar.3 blib/man3/Games::Perlwar::Rules.3 blib/script/ blib/script/perlwar blib/script/pwcreate blib/script/pwround blib/script/pwupload >>> mv /Users/fly818/var/cpan/build/Games-Perlwar-0.03-LLVoxu/Games-Perlwar-0.03.ppd /Users/fly818/var/REPO/Y/YA/YANICK Finished 2008-10-23T21:02:23