PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-05-22T02:11:37 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 21 May 2019 04:55:52 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/P/PE/PEVANS/CPS-0.19.tar.gz ok CPS-0.19 CPS-0.19/Build.PL CPS-0.19/Changes CPS-0.19/LICENSE CPS-0.19/MANIFEST CPS-0.19/META.json CPS-0.19/META.yml CPS-0.19/README CPS-0.19/examples CPS-0.19/examples/kforeach.pl CPS-0.19/lib CPS-0.19/lib/CPS.pm CPS-0.19/lib/CPS CPS-0.19/lib/CPS/Functional.pm CPS-0.19/lib/CPS/Governor.pm CPS-0.19/lib/CPS/Governor CPS-0.19/lib/CPS/Governor/Deferred.pm CPS-0.19/lib/CPS/Governor/Simple.pm CPS-0.19/t CPS-0.19/t/00use.t CPS-0.19/t/01kloop.t CPS-0.19/t/02kforeach.t CPS-0.19/t/03kdescend.t CPS-0.19/t/04kpar.t CPS-0.19/t/05kpareach.t CPS-0.19/t/06kseq.t CPS-0.19/t/10liftk.t CPS-0.19/t/11dropk.t CPS-0.19/t/20governor-simple.t CPS-0.19/t/21governor-deferred.t CPS-0.19/t/30governor.t CPS-0.19/t/31caller.t CPS-0.19/t/32leakcheck.t CPS-0.19/t/40kmap.t CPS-0.19/t/41kgrep.t CPS-0.19/t/42kfold.t CPS-0.19/t/43kunfold.t CPS-0.19/t/99pod.t Configuring P/PE/PEVANS/CPS-0.19.tar.gz with Build.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'CPS' version '0.19' PEVANS/CPS-0.19.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Build.PL -- OK Running Build for P/PE/PEVANS/CPS-0.19.tar.gz >>> ./Build Building CPS PEVANS/CPS-0.19.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00use.t ................ ok 1 - use CPS; ok 2 - use CPS::Functional; ok 3 - use CPS::Governor; ok 4 - use CPS::Governor::Simple; ok 5 - use CPS::Governor::Deferred; 1..5 ok t/01kloop.t .............. ok 1 - kloop async - @nums initially ok 2 - kloop async - @nums after first poke ok 3 - kloop async - @nums after second poke ok 4 - kloop sync call does not nest for 3 ok 5 - kloop sync call does not nest for 4 ok 6 - kloop sync - @nums initially ok 7 - kloop clears @_ in $klast 1..7 ok t/02kforeach.t ........... ok 1 - kforeach sync - @nums ok 2 - kforeach sync - @nums 1..2 ok t/03kdescend.t ........... ok 1 - kdescendd sync $ret ok 2 - kdescendb sync $ret 1..2 ok t/04kpar.t ............... 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 6 - kpar clears @_ 1..6 ok t/05kpareach.t ........... ok 1 - kpareach sync ok 2 - kpareach async before pokes ok 3 - 2 pokes queued ok 4 - kpareach async still unfinished after 1 poke ok 5 - kpareach async now finished after 2 pokes 1..5 ok t/06kseq.t ............... ok 1 - kseq sync ok 2 - kseq async before pokes ok 3 - 1 poke queued ok 4 - kseq async still unfinished after 1 poke ok 5 - kseq async now finished after 2 pokes 1..5 ok t/10liftk.t .............. 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 1..4 ok t/11dropk.t .............. 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 1..4 ok t/20governor-simple.t .... 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 1..6 ok t/21governor-deferred.t .. 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 1..15 ok t/30governor.t ........... ok 1 - $count is 5 after gkwhile ok 2 - $count is 5 after gkforeach 1..2 ok t/31caller.t ............. ok 1 - @callers after kloop ok 2 - @callers after kforeach ok 3 - @callers after gkforeach on deferred governor 1..3 ok t/32leakcheck.t .......... ok 1 - Initially undestroyed ok 2 - Undestroyed after first poke ok 3 - Destroyed after second poke 1..3 ok t/40kmap.t ............... ok 1 - kmap sync - @nums 1..1 ok t/41kgrep.t .............. ok 1 - kgrep sync - @nums 1..1 ok t/42kfold.t .............. ok 1 - kfoldl sync - @nums ok 2 - kfoldr sync - @nums 1..2 ok t/43kunfold.t ............ ok 1 - kunfold sync - @nums 1..1 ok t/99pod.t ................ 1..5 ok 1 - POD test for blib/lib/CPS.pm ok 2 - POD test for blib/lib/CPS/Functional.pm ok 3 - POD test for blib/lib/CPS/Governor.pm ok 4 - POD test for blib/lib/CPS/Governor/Deferred.pm ok 5 - POD test for blib/lib/CPS/Governor/Simple.pm ok All tests successful. Files=19, Tests=79, 2 wallclock secs ( 0.06 usr 0.04 sys + 1.57 cusr 0.22 csys = 1.89 CPU) Result: PASS PEVANS/CPS-0.19.tar.gz ./Build test verbose=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PE/PEVANS/CHECKSUMS Paul Evans <leonerd@leonerd.org.uk> manage flow of control in Continuation-Passing Style >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/CPS-0.19-uvzGpH && tar cvf - CPS-0.19.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/P/PE/PEVANS/CPS-0.19.tar.gz CPS-0.19.ppd blib/ blib/lib/ blib/lib/CPS/ blib/lib/CPS/Functional.pm 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 Finished 2019-05-22T02:11:42