Start 2009-12-04T07:40:52 ActivePerl-825 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:/CPANFL~1.8/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;c:\PROGRA~1\Perforce Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Thu, 03 Dec 2009 23:30:39 GMT Running make for P/PE/PEVANS/CPS-0.05.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/CPS-0.05.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/CHECKSUMS Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\P\PE\PEVANS\CPS-0.05.tar.gz ok Will not use Archive::Tar, need 1.00 CPS-0.05 CPS-0.05/Changes CPS-0.05/MANIFEST CPS-0.05/META.yml CPS-0.05/README CPS-0.05/Makefile.PL CPS-0.05/LICENSE CPS-0.05/Build.PL CPS-0.05/t CPS-0.05/t/30governor.t CPS-0.05/t/00use.t CPS-0.05/t/06kgenerate.t CPS-0.05/t/05kfold.t CPS-0.05/t/07kdescend.t CPS-0.05/t/01kwhile.t CPS-0.05/t/20leakcheck.t CPS-0.05/t/10liftk.t CPS-0.05/t/04kgrep.t CPS-0.05/t/99pod.t CPS-0.05/t/02kforeach.t CPS-0.05/t/11dropk.t CPS-0.05/t/03kmap.t CPS-0.05/lib CPS-0.05/lib/CPS.pm CPS-0.05/lib/CPS CPS-0.05/lib/CPS/Governor.pm CPS-0.05/lib/CPS/Governor CPS-0.05/lib/CPS/Governor/Simple.pm CPAN.pm: Going to build P/PE/PEVANS/CPS-0.05.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for CPS >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/CPS.pm blib\lib\CPS.pm cp lib/CPS/Governor/Simple.pm blib\lib\CPS\Governor\Simple.pm cp lib/CPS/Governor.pm blib\lib\CPS\Governor.pm PEVANS/CPS-0.05.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.8\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00use.t ........ 1..3 ok 1 - use CPS; ok 2 - use CPS::Governor; ok 3 - use CPS::Governor::Simple; 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/20leakcheck.t .. 1..3 ok 1 - Initially undestroyed ok 2 - Undestroyed after first poke ok 3 - Destroyed after second poke ok t/30governor.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 - $count is 5 after gkwhile ok 6 - $count is 5 after gkforeach ok t/99pod.t ........ 1..3 ok 1 - blib\lib\CPS.pm ok 2 - blib\lib\CPS\Governor.pm ok 3 - blib\lib\CPS\Governor\Simple.pm ok All tests successful. Files=13, Tests=38, 1 wallclock secs ( 0.02 usr + 0.06 sys = 0.08 CPU) Result: PASS PEVANS/CPS-0.05.tar.gz nmake test TEST_VERBOSE=1 -- OK Paul Evans <leonerd@leonerd.org.uk> flow control structures in Continuation-Passing Style >>> (cd C:\cpanfly-5.8\var\cpan\build\CPS-0.05-Xe30Gz && tar cvf - CPS-0.05.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/P/PE/PEVANS/CPS-0.05.tar.gz CPS-0.05.ppd blib/ blib/lib/ blib/lib/CPS/ blib/lib/CPS/Governor/ blib/lib/CPS/Governor/Simple.pm blib/lib/CPS/Governor.pm blib/lib/CPS.pm >>> mv C:\cpanfly-5.8\var\cpan\build\CPS-0.05-Xe30Gz/CPS-0.05.ppd C:/cpanfly-5.8/var/REPO/P/PE/PEVANS Finished 2009-12-04T07:40:58