PATH=/usr/bin:/bin Start 2011-04-30T00:53:12 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Fri, 29 Apr 2011 22:27:44 GMT Running make for M/MA/MARCEL/Games-Go-Rank-1.100860.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MA/MARCEL/Games-Go-Rank-1.100860.tar.gz ok Games-Go-Rank-1.100860 Games-Go-Rank-1.100860/Changes Games-Go-Rank-1.100860/dist.ini Games-Go-Rank-1.100860/lib/Games/Go Games-Go-Rank-1.100860/lib/Games/Go/Rank.pm Games-Go-Rank-1.100860/t Games-Go-Rank-1.100860/t/01_rank.t Games-Go-Rank-1.100860/t/00-compile.t Games-Go-Rank-1.100860/t/author-critic.t Games-Go-Rank-1.100860/t/release-meta-yaml.t Games-Go-Rank-1.100860/t/release-pod-coverage.t Games-Go-Rank-1.100860/t/release-pod-syntax.t Games-Go-Rank-1.100860/t/release-pod-spell.t Games-Go-Rank-1.100860/t/release-kwalitee.t Games-Go-Rank-1.100860/t/release-portability.t Games-Go-Rank-1.100860/t/release-synopsis.t Games-Go-Rank-1.100860/t/release-minimum-version.t Games-Go-Rank-1.100860/t/release-has-version.t Games-Go-Rank-1.100860/t/release-check-changes.t Games-Go-Rank-1.100860/t/release-dist-manifest.t Games-Go-Rank-1.100860/MANIFEST.SKIP Games-Go-Rank-1.100860/t/perlcriticrc Games-Go-Rank-1.100860/t/000-report-versions.t Games-Go-Rank-1.100860/LICENSE Games-Go-Rank-1.100860/META.yml Games-Go-Rank-1.100860/META.json Games-Go-Rank-1.100860/INSTALL Games-Go-Rank-1.100860/Makefile.PL Games-Go-Rank-1.100860/README Games-Go-Rank-1.100860/MANIFEST CPAN.pm: Going to build M/MA/MARCEL/Games-Go-Rank-1.100860.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Games::Go::Rank Writing MYMETA.yml >>> make cp lib/Games/Go/Rank.pm blib/lib/Games/Go/Rank.pm Manifying blib/man3/Games::Go::Rank.3 MARCEL/Games-Go-Rank-1.100860.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............... 1..1 ok 1 - Games::Go::Rank loaded ok ok # Testing with Perl 5.014000, /Users/fly1400/bin/perl # Carp version is 1.20 # English version is 1.04 # ExtUtils::MakeMaker version is 6.57_05 # File::Find version is 1.19 # File::Temp version is 0.22 # Moose version is 2.0001 # Scalar::Util version is 1.23 # Test::More version is 0.98 # overload version is 1.13 t/000-report-versions.t ...... ok 1 - use Carp; ok 2 - use English; ok 3 - use ExtUtils::MakeMaker; ok 4 - use File::Find; ok 5 - use File::Temp; ok 6 - use Moose; ok 7 - use Scalar::Util; ok 8 - use Test::More; ok 9 - use overload; 1..9 ok t/01_rank.t .................. 1..87 ok 1 - value of 20k is -19 ok 2 - rank of value -19 is 20k ok 3 - value of 2k is -1 ok 4 - rank of value -1 is 2k ok 5 - value of 1k is 0 ok 6 - rank of value 0 is 1k ok 7 - value of 1d is 1 ok 8 - rank of value 1 is 1d ok 9 - value of 4d is 4 ok 10 - rank of value 4 is 4d ok 11 - value of 7d is 7 ok 12 - rank of value 7 is 7d ok 13 - value of 1p is 8 ok 14 - rank of value 8 is 1p ok 15 - value of 9p is 16 ok 16 - rank of value 16 is 9p ok 17 - value of 20 kyu is -19 ok 18 - value of 1-dan is 1 ok 19 - value of 1d? is 1 ok 20 - value of 1d* is 1 ok 21 - value of 9-pro is 16 ok 22 - both OO: 20k > 21k ok 23 - lhs OO: 20k > 21k ok 24 - rhs OO: 20k > 21k ok 25 - both OO: 21k < 20k ok 26 - lhs OO: 21k < 20k ok 27 - rhs OO: 21k < 20k ok 28 - both OO: 1k > 2k ok 29 - lhs OO: 1k > 2k ok 30 - rhs OO: 1k > 2k ok 31 - both OO: 2k < 1k ok 32 - lhs OO: 2k < 1k ok 33 - rhs OO: 2k < 1k ok 34 - both OO: 1d > 1k ok 35 - lhs OO: 1d > 1k ok 36 - rhs OO: 1d > 1k ok 37 - both OO: 1k < 1d ok 38 - lhs OO: 1k < 1d ok 39 - rhs OO: 1k < 1d ok 40 - both OO: 2d > 1d ok 41 - lhs OO: 2d > 1d ok 42 - rhs OO: 2d > 1d ok 43 - both OO: 1d < 2d ok 44 - lhs OO: 1d < 2d ok 45 - rhs OO: 1d < 2d ok 46 - both OO: 7d > 4d ok 47 - lhs OO: 7d > 4d ok 48 - rhs OO: 7d > 4d ok 49 - both OO: 4d < 7d ok 50 - lhs OO: 4d < 7d ok 51 - rhs OO: 4d < 7d ok 52 - both OO: 1p > 7d ok 53 - lhs OO: 1p > 7d ok 54 - rhs OO: 1p > 7d ok 55 - both OO: 7d < 1p ok 56 - lhs OO: 7d < 1p ok 57 - rhs OO: 7d < 1p ok 58 - both OO: 2p > 1p ok 59 - lhs OO: 2p > 1p ok 60 - rhs OO: 2p > 1p ok 61 - both OO: 1p < 2p ok 62 - lhs OO: 1p < 2p ok 63 - rhs OO: 1p < 2p ok 64 - both OO: 9p > 8p ok 65 - lhs OO: 9p > 8p ok 66 - rhs OO: 9p > 8p ok 67 - both OO: 8p < 9p ok 68 - lhs OO: 8p < 9p ok 69 - rhs OO: 8p < 9p ok 70 - both OO: 1p > 1k ok 71 - lhs OO: 1p > 1k ok 72 - rhs OO: 1p > 1k ok 73 - both OO: 1k < 1p ok 74 - lhs OO: 1k < 1p ok 75 - rhs OO: 1k < 1p ok 76 - both OO: 1-pro > 6-dan ok 77 - lhs OO: 1-pro > 6-dan ok 78 - rhs OO: 1-pro > 6-dan ok 79 - both OO: 6-dan < 1-pro ok 80 - lhs OO: 6-dan < 1-pro ok 81 - rhs OO: 6-dan < 1-pro ok 82 - both OO: 3d? > 2d* ok 83 - lhs OO: 3d? > 2d* ok 84 - rhs OO: 3d? > 2d* ok 85 - both OO: 2d* < 3d? ok 86 - lhs OO: 2d* < 3d? ok 87 - rhs OO: 2d* < 3d? ok t/author-critic.t ............ skipped: these tests are for testing by the author t/release-check-changes.t .... skipped: these tests are for release candidate testing t/release-dist-manifest.t .... skipped: these tests are for release candidate testing t/release-has-version.t ...... skipped: these tests are for release candidate testing t/release-kwalitee.t ......... skipped: these tests are for release candidate testing t/release-meta-yaml.t ........ skipped: these tests are for release candidate testing t/release-minimum-version.t .. skipped: these tests are for release candidate testing t/release-pod-coverage.t ..... skipped: these tests are for release candidate testing t/release-pod-spell.t ........ skipped: these tests are for release candidate testing t/release-pod-syntax.t ....... skipped: these tests are for release candidate testing t/release-portability.t ...... skipped: these tests are for release candidate testing t/release-synopsis.t ......... skipped: these tests are for release candidate testing All tests successful. Files=15, Tests=97, 2 wallclock secs ( 0.07 usr 0.04 sys + 1.22 cusr 0.15 csys = 1.48 CPU) Result: PASS MARCEL/Games-Go-Rank-1.100860.tar.gz make test TEST_VERBOSE=1 -- OK Marcel Gruenauer <marcel@cpan.org> Represents a player's rank in the game of Go >>> (cd /Users/fly1400/var/cpan/build/Games-Go-Rank-1.100860-DnWfvo && tar cvf - Games-Go-Rank-1.100860.ppd blib) | gzip -c >/Users/fly1400/var/REPO/M/MA/MARCEL/Games-Go-Rank-1.100860.tar.gz Games-Go-Rank-1.100860.ppd blib/ blib/lib/ blib/lib/Games/ blib/lib/Games/Go/ blib/lib/Games/Go/Rank.pm blib/man3/ blib/man3/Games::Go::Rank.3 >>> mv /Users/fly1400/var/cpan/build/Games-Go-Rank-1.100860-DnWfvo/Games-Go-Rank-1.100860.ppd /Users/fly1400/var/REPO/M/MA/MARCEL Finished 2011-04-30T00:53:22