Start 2010-09-30T12:21:15 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Wed, 29 Sep 2010 21:33:15 GMT Running make for R/RJ/RJBS/Test-Routine-0.001.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/Test-Routine-0.001.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /Users/fly1200/var/cpan/sources/authors/id/R/RJ/RJBS/Test-Routine-0.001.tar.gz ok Test-Routine-0.001 Test-Routine-0.001/README Test-Routine-0.001/Changes Test-Routine-0.001/LICENSE Test-Routine-0.001/dist.ini Test-Routine-0.001/META.yml Test-Routine-0.001/MANIFEST Test-Routine-0.001/META.json Test-Routine-0.001/t Test-Routine-0.001/t/01-demo.t Test-Routine-0.001/t/04-misc.t Test-Routine-0.001/Makefile.PL Test-Routine-0.001/t/02-simple.t Test-Routine-0.001/t/03-advice.t Test-Routine-0.001/t/todo Test-Routine-0.001/t/todo/mxrp.t Test-Routine-0.001/t/05-multiple.t Test-Routine-0.001/inc Test-Routine-0.001/inc/BuildDemo.pm Test-Routine-0.001/lib/Test Test-Routine-0.001/lib/Test/Routine.pm Test-Routine-0.001/t/release-pod-syntax.t Test-Routine-0.001/lib/Test/Routine Test-Routine-0.001/lib/Test/Routine/Test.pm Test-Routine-0.001/lib/Test/Routine/Common.pm Test-Routine-0.001/lib/Test/Routine/Runner.pm Test-Routine-0.001/lib/Test/Routine/Manual Test-Routine-0.001/lib/Test/Routine/Manual/Demo.pm CPAN.pm: Going to build R/RJ/RJBS/Test-Routine-0.001.tar.gz >>> /Users/fly1200/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Routine >>> make cp lib/Test/Routine/Common.pm blib/lib/Test/Routine/Common.pm cp lib/Test/Routine/Runner.pm blib/lib/Test/Routine/Runner.pm cp lib/Test/Routine/Manual/Demo.pm blib/lib/Test/Routine/Manual/Demo.pm cp lib/Test/Routine.pm blib/lib/Test/Routine.pm cp lib/Test/Routine/Test.pm blib/lib/Test/Routine/Test.pm Manifying blib/man3/Test::Routine::Runner.3 Manifying blib/man3/Test::Routine::Common.3 Manifying blib/man3/Test::Routine::Manual::Demo.3 Manifying blib/man3/Test::Routine::Test.3 Manifying blib/man3/Test::Routine.3 RJBS/Test-Routine-0.001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1200/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/todo/*.t t/01-demo.t ............. ok 1 - universe still makes sense ok 1 - we have one key in our test hash ok 2 - universe still okay 1..2 ok 1 - only one key in hash ok 1 - We're running this test second ok 2 - ...notice that the subtest's label is the 'desc' above ok 3 - ...and not the method name! 1..3 ok 2 - Test::Routine demo! 1..2 ok 2 - ProcessHash class ok 1 - we have one key in our test hash ok 2 - universe still okay 1..2 ok 1 - only one key in hash ok 1 - We're running this test second ok 2 - ...notice that the subtest's label is the 'desc' above ok 3 - ...and not the method name! 1..3 ok 2 - Test::Routine demo! 1..2 ok 3 - ProcessHash obj ok 1 - we have one key in our test hash ok 2 - universe still okay 1..2 ok 1 - only one key in hash ok 1 - We're running this test second ok 2 - ...notice that the subtest's label is the 'desc' above ok 3 - ...and not the method name! 1..3 ok 2 - Test::Routine demo! 1..2 ok 4 - ProcessHash new ok 1 - we have one key in our test hash ok 2 - universe still okay 1..2 ok 1 - only one key in hash ok 1 - We're running this test second ok 2 - ...notice that the subtest's label is the 'desc' above ok 3 - ...and not the method name! 1..3 ok 2 - Test::Routine demo! 1..2 ok 5 - HashTester with given state 1..5 ok t/02-simple.t ........... ok 1 - we start with an even counter 1..1 ok 1 - start even ok 1 - the counter is odd, so state was preserved ok 2 - for your information, the counter is 1 1..2 ok 2 - terminate odd 1..2 ok 1 - tests from t/02-simple.t, line 52 ok 1 - we start with an even counter 1..1 ok 1 - start even ok 1 - the counter is odd, so state was preserved ok 2 - for your information, the counter is 1 1..2 ok 2 - terminate odd 1..2 ok 2 - second run ok 1 - we start with an even counter 1..1 ok 1 - start even ok 1 - the counter is odd, so state was preserved ok 2 - for your information, the counter is 1 1..2 ok 2 - terminate odd 1..2 ok 3 - tests from t/02-simple.t, line 62 1..3 ok t/03-advice.t ........... ok 1 - counter is reset between tests 1..1 ok 1 - test_1 ok 1 - start with counter = 0 ok 2 - end with counter = 1 1..2 ok 2 - test_0 1..2 ok 1 - tests from t/03-advice.t, line 52 1..1 ok t/04-misc.t ............. 1..0 # SKIP these tests don't pass, for some reason ok 1 # skip these tests don't pass, for some reason ok 1 - This is a plain old boring test that always passes. ok 2 - It's here just to remind you what they look like. 1..2 ok 2 - boring_ordinary_tests not ok 1 - we can bend the fabric of reality # TODO demo of todo # Failed (TODO) test 'we can bend the fabric of reality' # at t/04-misc.t line 31. # got: '4' # expected: '5' 1..1 ok 3 - sample_todo_test 1..3 ok 1 - tests from t/04-misc.t, line 34 1..1 ok t/05-multiple.t ......... ok 1 - the thing's id is a string of ascii digits 1..1 ok 1 - thing_has_numeric_id 1..1 ok 1 - our JustHasID objects have ids ok 1 - thing has a unix-like directory 1..1 ok 1 - thing_has_unix_dir ok 1 - the thing's id is a string of ascii digits 1..1 ok 2 - thing_has_numeric_id 1..2 ok 2 - unix users have dirs and ids ok 1 - thing has a unix-like directory 1..1 ok 1 - thing_has_unix_dir 1..1 ok 3 - a trailing slash is okay in a directory 1..3 ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing t/todo/mxrp.t ........... skipped: Test::Runner and MXRP not yet compatible All tests successful. Files=7, Tests=13, 5 wallclock secs ( 0.13 usr 0.13 sys + 4.11 cusr 0.58 csys = 4.95 CPU) Result: PASS RJBS/Test-Routine-0.001.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> composable units of assertion >>> (cd /Users/fly1200/var/cpan/build/Test-Routine-0.001-7e8XeK && tar cvf - Test-Routine-0.001.ppd blib) | gzip -c >/Users/fly1200/var/REPO/R/RJ/RJBS/Test-Routine-0.001.tar.gz Test-Routine-0.001.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/Routine/ blib/lib/Test/Routine/Common.pm blib/lib/Test/Routine/Manual/ blib/lib/Test/Routine/Manual/Demo.pm blib/lib/Test/Routine/Runner.pm blib/lib/Test/Routine/Test.pm blib/lib/Test/Routine.pm blib/man3/ blib/man3/Test::Routine.3 blib/man3/Test::Routine::Common.3 blib/man3/Test::Routine::Manual::Demo.3 blib/man3/Test::Routine::Runner.3 blib/man3/Test::Routine::Test.3 >>> mv /Users/fly1200/var/cpan/build/Test-Routine-0.001-7e8XeK/Test-Routine-0.001.ppd /Users/fly1200/var/REPO/R/RJ/RJBS Finished 2010-09-30T12:21:29