Start 2010-02-22T07:12:25 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 Sun, 21 Feb 2010 22:53:35 GMT Running make for R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\R\RJ\RJBS\Log-Dispatchouli-1.006.tar.gz ok Will not use Archive::Tar, need 1.00 Log-Dispatchouli-1.006/ Log-Dispatchouli-1.006/Changes Log-Dispatchouli-1.006/LICENSE Log-Dispatchouli-1.006/MANIFEST Log-Dispatchouli-1.006/META.yml Log-Dispatchouli-1.006/Makefile.PL Log-Dispatchouli-1.006/inc/ Log-Dispatchouli-1.006/lib/ Log-Dispatchouli-1.006/t/ Log-Dispatchouli-1.006/t/basic.t Log-Dispatchouli-1.006/lib/Log/ Log-Dispatchouli-1.006/lib/Log/Dispatchouli.pm Log-Dispatchouli-1.006/inc/Module/ Log-Dispatchouli-1.006/inc/Module/Install/ Log-Dispatchouli-1.006/inc/Module/Install.pm Log-Dispatchouli-1.006/inc/Module/Install/AutoManifest.pm Log-Dispatchouli-1.006/inc/Module/Install/Base.pm Log-Dispatchouli-1.006/inc/Module/Install/Can.pm Log-Dispatchouli-1.006/inc/Module/Install/Fetch.pm Log-Dispatchouli-1.006/inc/Module/Install/Makefile.pm Log-Dispatchouli-1.006/inc/Module/Install/Metadata.pm Log-Dispatchouli-1.006/inc/Module/Install/Win32.pm Log-Dispatchouli-1.006/inc/Module/Install/WriteAll.pm CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Cannot determine perl version info from lib/Log/Dispatchouli.pm Warning: prerequisite Try::Tiny 0.04 not found. We have 0.02. Checking if your kit is complete... Looks good Writing Makefile for Log::Dispatchouli ---- Unsatisfied dependencies detected during ---- ---- RJBS/Log-Dispatchouli-1.006.tar.gz ---- Try::Tiny [requires] Running make test Delayed until after prerequisites Running test for module 'Try::Tiny' Running make for N/NU/NUFFIN/Try-Tiny-0.04.tar.gz Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\N\NU\NUFFIN\Try-Tiny-0.04.tar.gz ok Will not use Archive::Tar, need 1.00 Try-Tiny-0.04/ Try-Tiny-0.04/Changes Try-Tiny-0.04/lib/ Try-Tiny-0.04/Makefile.PL Try-Tiny-0.04/MANIFEST Try-Tiny-0.04/MANIFEST.SKIP Try-Tiny-0.04/META.yml Try-Tiny-0.04/SIGNATURE Try-Tiny-0.04/t/ Try-Tiny-0.04/t/basic.t Try-Tiny-0.04/t/finally.t Try-Tiny-0.04/t/when.t Try-Tiny-0.04/lib/Try/ Try-Tiny-0.04/lib/Try/Tiny.pm CPAN.pm: Going to build N/NU/NUFFIN/Try-Tiny-0.04.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Try::Tiny >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Try/Tiny.pm blib\lib\Try\Tiny.pm NUFFIN/Try-Tiny-0.04.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 "my" variable $sub masks earlier declaration in same scope at t/basic.t line 85. t/basic.t .... 1..26 ok 1 - use Try::Tiny; ok 2 - basic try ok 3 - rethrow ok 4 - try block evaluated ok 5 - $@ untouched ok 6 - try block died ok 7 - $@ untouched ok 8 - catch block evaluated ok 9 - $@ untouched ok 10 - scalar context try ok 11 - list context try ok 12 - scalar context catch ok 13 - list context catch ok 14 - Checking catch subroutine scalar reference is correctly blessed ok 15 - Checking finally subroutine scalar reference is correctly blessed ok 16 ok 17 - got here ok 18 - try in try catch block ok 19 - rethrow with try in catch block ok 20 - catch invoked not ok 21 # TODO i don't think we can ever make this work sanely, maybe with SIG{__DIE__} # Failed (TODO) test at t/basic.t line 134. # '' # doesn't match '(?-xism:foo)' ok 22 - $@ untouched ok 23 - $_ untouched ok 24 - previous value of $@ ok 25 - previous value of $@ available for capture ok 26 - previous value of $@ also available in catch block ok t/finally.t .. 1..8 ok 1 - use Try::Tiny; ok 2 - Moved into finally from try ok 3 - Error text as expected ok 4 - Into catch block as we died in try ok 5 - Moved into finally from catch ok 6 - Error text as expected ok 7 - Moved into finally from catch ok 8 - Moved into finally block when try throws an exception and we have no catch block ok t/when.t ..... skipped: Perl 5.10 required All tests successful. Files=3, Tests=34, 0 wallclock secs ( 0.00 usr + 0.06 sys = 0.06 CPU) Result: PASS NUFFIN/Try-Tiny-0.04.tar.gz nmake test TEST_VERBOSE=1 -- OK PPD for Try-Tiny-0.04 already made Running make for R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.006-DAkxgg Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Log/Dispatchouli.pm blib\lib\Log\Dispatchouli.pm RJBS/Log-Dispatchouli-1.006.tar.gz nmake -- OK Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-meVB8Z/blib/lib to PERL5LIB for 'test' 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, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/basic.t .. ok 1 - The object isa Log::Dispatchouli ok 2 - events with struts logged to self ok 3 - log_fatal is fatal ok 4 - The object isa Log::Dispatchouli ok 5 - events with struts logged to self (no $$) ok 6 - log_fatal is fatal ok 7 - multi-arg logging ok 8 - set a prefix ok 9 - unset prefix ok 10 - can't make a logger without ident 1..10 ok All tests successful. Files=1, Tests=10, 1 wallclock secs ( 0.02 usr + 0.02 sys = 0.03 CPU) Result: PASS RJBS/Log-Dispatchouli-1.006.tar.gz nmake test TEST_VERBOSE=1 -- OK Ricardo Signes <rjbs@cpan.org> a simple wrapper around Log::Dispatch >>> (cd C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.006-DAkxgg && tar cvf - Log-Dispatchouli-1.006.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/R/RJ/RJBS/Log-Dispatchouli-1.006.tar.gz Log-Dispatchouli-1.006.ppd blib/ blib/lib/ blib/lib/Log/ blib/lib/Log/Dispatchouli.pm >>> mv C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.006-DAkxgg/Log-Dispatchouli-1.006.ppd C:/cpanfly-5.8/var/REPO/R/RJ/RJBS Finished 2010-02-22T07:12:35