Start 2010-03-14T04:43:30 ActivePerl-825 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\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~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0 Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Sat, 13 Mar 2010 22:51:12 GMT Running make for R/RJ/RJBS/Log-Dispatchouli-1.100712.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/Log-Dispatchouli-1.100712.tar.gz Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\R\RJ\RJBS\Log-Dispatchouli-1.100712.tar.gz ok Will not use Archive::Tar, need 1.00 Log-Dispatchouli-1.100712 Log-Dispatchouli-1.100712/Changes Log-Dispatchouli-1.100712/dist.ini Log-Dispatchouli-1.100712/lib/Log Log-Dispatchouli-1.100712/lib/Log/Dispatchouli.pm Log-Dispatchouli-1.100712/lib/Log/Dispatchouli Log-Dispatchouli-1.100712/lib/Log/Dispatchouli/Proxy.pm Log-Dispatchouli-1.100712/t Log-Dispatchouli-1.100712/t/basic.t Log-Dispatchouli-1.100712/t/proxy.t Log-Dispatchouli-1.100712/META.yml Log-Dispatchouli-1.100712/LICENSE Log-Dispatchouli-1.100712/README Log-Dispatchouli-1.100712/t/release-pod-coverage.t Log-Dispatchouli-1.100712/t/release-pod-syntax.t Log-Dispatchouli-1.100712/META.json Log-Dispatchouli-1.100712/Makefile.PL Log-Dispatchouli-1.100712/MANIFEST CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-1.100712.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL 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.100712.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.02 usr + 0.00 sys = 0.02 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.100712.tar.gz Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.100712-vu2iy_ Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-1.100712.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/Proxy.pm blib\lib\Log\Dispatchouli\Proxy.pm cp lib/Log/Dispatchouli.pm blib\lib\Log\Dispatchouli.pm RJBS/Log-Dispatchouli-1.100712.tar.gz nmake -- OK Prepending C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/blib/arch C:\cpanfly-5.8\var\cpan\build\Try-Tiny-0.04-QMBo9e/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, '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 - log foo ok 8 - log empty after clear ok 9 - log bar ok 10 - log keeps accumulating ok 11 - multi-arg logging ok 12 - set a prefix ok 13 - clear prefix ok 14 - can't make a logger without ident ok 15 - multi-line and prefix (string) ok 16 - multi-line and prefix (code) 1..16 ok t/proxy.t ................. ok 1 - we can log a simple event ok 2 - simple log with prefix ok 3 - log with proxy with prefix ok 4 - log with proxy with prefix ok 5 - remove the logger's parent's prefix ok 6 - second-order proxy, basic logging ok 7 - no debugging on at first ok 8 - debugging in middle tier ok 9 - debugging in middle tier ok 10 - logger->logger == logger ok 11 - proxy->logger == logger ok 12 - proxprox->logger == logger ok 13 - logger->parent == logger ok 14 - proxy->parent == logger ok 15 - proxprox->parent == proxy 1..15 ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=31, 1 wallclock secs ( 0.01 usr + 0.03 sys = 0.05 CPU) Result: PASS RJBS/Log-Dispatchouli-1.100712.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.100712-vu2iy_ && tar cvf - Log-Dispatchouli-1.100712.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/R/RJ/RJBS/Log-Dispatchouli-1.100712.tar.gz Log-Dispatchouli-1.100712.ppd blib/ blib/lib/ blib/lib/Log/ blib/lib/Log/Dispatchouli/ blib/lib/Log/Dispatchouli/Proxy.pm blib/lib/Log/Dispatchouli.pm >>> mv C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.100712-vu2iy_/Log-Dispatchouli-1.100712.ppd C:/cpanfly-5.8/var/REPO/R/RJ/RJBS cygwin warning: MS-DOS style path detected: C:\cpanfly-5.8\var\cpan\build\Log-Dispatchouli-1.100712-vu2iy_/Log-Dispatchouli-1.100712.ppd Preferred POSIX equivalent is: /cygdrive/c/cpanfly-5.8/var/cpan/build/Log-Dispatchouli-1.100712-vu2iy_/Log-Dispatchouli-1.100712.ppd CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames Finished 2010-03-14T04:43:41