Start 2010-02-19T06:47:44 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Thu, 18 Feb 2010 22:30:28 GMT Running make for P/PE/PEVANS/CPS-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/CPS-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/P/PE/PEVANS/CPS-0.08.tar.gz ok Will not use Archive::Tar, need 1.00 CPS-0.08 CPS-0.08/Changes CPS-0.08/MANIFEST CPS-0.08/META.yml CPS-0.08/Makefile.PL CPS-0.08/LICENSE CPS-0.08/Build.PL CPS-0.08/README CPS-0.08/t CPS-0.08/t/30governor.t CPS-0.08/t/31caller.t CPS-0.08/t/21governor-deferred.t CPS-0.08/t/00use.t CPS-0.08/t/06kgenerate.t CPS-0.08/t/40kpar.t CPS-0.08/t/05kfold.t CPS-0.08/t/07kdescend.t CPS-0.08/t/01kwhile.t CPS-0.08/t/32leakcheck.t CPS-0.08/t/10liftk.t CPS-0.08/t/04kgrep.t CPS-0.08/t/99pod.t CPS-0.08/t/02kforeach.t CPS-0.08/t/11dropk.t CPS-0.08/t/20governor-simple.t CPS-0.08/t/03kmap.t CPS-0.08/lib CPS-0.08/lib/CPS.pm CPS-0.08/lib/CPS CPS-0.08/lib/CPS/Governor.pm CPS-0.08/lib/CPS/Governor CPS-0.08/lib/CPS/Governor/Deferred.pm /usr/bin/tar: Read 4608 bytes from - CPS-0.08/lib/CPS/Governor/Simple.pm CPAN.pm: Going to build P/PE/PEVANS/CPS-0.08.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for CPS >>> make cp lib/CPS.pm blib/lib/CPS.pm cp lib/CPS/Governor/Deferred.pm blib/lib/CPS/Governor/Deferred.pm cp lib/CPS/Governor/Simple.pm blib/lib/CPS/Governor/Simple.pm cp lib/CPS/Governor.pm blib/lib/CPS/Governor.pm Manifying blib/man3/CPS.3 Manifying blib/man3/CPS::Governor::Deferred.3 Manifying blib/man3/CPS::Governor::Simple.3 Manifying blib/man3/CPS::Governor.3 PEVANS/CPS-0.08.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00use.t ................ 1..4 ok 1 - use CPS; ok 2 - use CPS::Governor; ok 3 - use CPS::Governor::Simple; ok 4 - use CPS::Governor::Deferred; ok t/01kwhile.t ............. 1..6 ok 1 - kwhile async - @nums initially ok 2 - kwhile async - @nums after first poke ok 3 - kwhile async - @nums after second poke ok 4 - kwhile sync call does not nest for 3 ok 5 - kwhile sync call does not nest for 4 ok 6 - kwhile sync - @nums initially ok t/02kforeach.t ........... 1..2 ok 1 - kforeach sync - @nums ok 2 - kforeach sync - @nums ok t/03kmap.t ............... 1..1 ok 1 - kmap sync - @nums ok t/04kgrep.t .............. 1..1 ok 1 - kgrep sync - @nums ok t/05kfold.t .............. 1..2 ok 1 - kfoldl sync - @nums ok 2 - kfoldr sync - @nums ok t/06kgenerate.t .......... 1..1 ok 1 - kgenerate sync - @nums ok t/07kdescend.t ........... 1..2 ok 1 - kdescendd sync $ret ok 2 - kdescendb sync $ret ok t/10liftk.t .............. 1..4 ok 1 - liftk returns plain CODE reference ok 2 - liftk on BLOCK ok 3 - liftk on \&func ok 4 - liftk works on list-returning functions ok t/11dropk.t .............. 1..4 ok 1 - dropk returns plain CODE reference ok 2 - dropped function returns result ok 3 - idenity in scalar context ok 4 - identity in list context ok t/20governor-simple.t .... 1..6 ok 1 - defined $gov ok 2 - $gov isa CPS::Governor ok 3 - $called is 1 after $gov->again ok 4 - $called is 3 after $gov->again with arguments ok 5 - $called is 4 after $gov->enter storing kleave ok 6 - $called is 5 after invoking stored kleave ok t/21governor-deferred.t .. 1..15 ok 1 - defined $gov ok 2 - $gov isa CPS::Governor ok 3 - $gov not yet pending ok 4 - $gov now pending ok 5 - $called still 0 ok 6 - $gov no longer pending after prod ok 7 - $called is 1 after prod ok 8 - $gov is still pending after again-in-again ok 9 - $called is 2 after-in-again ok 10 - $gov no longer pending after inner again ok 11 - $called is 3 after inner again ok 12 - $gov no longer pending after flush ok 13 - $called is 5 after flush ok 14 - $called is 3 after first again ok 15 - $called is 6 after poke ok t/30governor.t ........... 1..2 ok 1 - $count is 5 after gkwhile ok 2 - $count is 5 after gkforeach ok t/31caller.t ............. 1..3 ok 1 - @callers after kwhile ok 2 - @callers after kforeach ok 3 - @callers after gkforeach on deferred governor ok t/32leakcheck.t .......... 1..3 ok 1 - Initially undestroyed ok 2 - Undestroyed after first poke ok 3 - Destroyed after second poke ok t/40kpar.t ............... 1..5 ok 1 - kpar sync ok 2 - kpar async before pokes ok 3 - 2 pokes queued ok 4 - kpar async still unfinished after 1 poke ok 5 - kpar async now finished after 2 pokes ok t/99pod.t ................ 1..4 ok 1 - blib/lib/CPS.pm ok 2 - blib/lib/CPS/Governor.pm ok 3 - blib/lib/CPS/Governor/Deferred.pm ok 4 - blib/lib/CPS/Governor/Simple.pm ok All tests successful. Files=17, Tests=65, 2 wallclock secs ( 0.19 usr 0.25 sys + 1.43 cusr 0.43 csys = 2.30 CPU) Result: PASS PEVANS/CPS-0.08.tar.gz make test TEST_VERBOSE=1 -- OK Paul Evans <leonerd@leonerd.org.uk> flow control structures in Continuation-Passing Style >>> (cd /Users/fly1003/var/cpan/build/CPS-0.08-xKdavc && tar cvf - CPS-0.08.ppd blib) | gzip -c >/Users/fly1003/var/REPO/P/PE/PEVANS/CPS-0.08.tar.gz CPS-0.08.ppd blib/ blib/lib/ blib/lib/CPS/ blib/lib/CPS/Governor/ blib/lib/CPS/Governor/Deferred.pm blib/lib/CPS/Governor/Simple.pm blib/lib/CPS/Governor.pm blib/lib/CPS.pm blib/man3/ blib/man3/CPS.3 blib/man3/CPS::Governor.3 blib/man3/CPS::Governor::Deferred.3 blib/man3/CPS::Governor::Simple.3 >>> mv /Users/fly1003/var/cpan/build/CPS-0.08-xKdavc/CPS-0.08.ppd /Users/fly1003/var/REPO/P/PE/PEVANS Finished 2010-02-19T06:47:54