Start 2010-08-06T21:04:11 ActivePerl-1200 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.12/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.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Fri, 06 Aug 2010 19:34:06 GMT Running make for I/ID/IDOPEREL/Tenjin-0.062.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/I/ID/IDOPEREL/Tenjin-0.062.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\I\ID\IDOPEREL\Tenjin-0.062.tar.gz ok Tenjin-0.062 Tenjin-0.062/README Tenjin-0.062/Changes Tenjin-0.062/MANIFEST.SKIP Tenjin-0.062/dist.ini Tenjin-0.062/lib Tenjin-0.062/lib/Tenjin.pm Tenjin-0.062/lib/Tenjin Tenjin-0.062/lib/Tenjin/Util.pm Tenjin-0.062/lib/Tenjin/Context.pm Tenjin-0.062/lib/Tenjin/Preprocessor.pm Tenjin-0.062/lib/Tenjin/Template.pm Tenjin-0.062/t Tenjin-0.062/t/manifest.t Tenjin-0.062/t/01-nested_layouts.t Tenjin-0.062/t/05-fail.t Tenjin-0.062/t/04-utils.t Tenjin-0.062/t/02-layout_precedence.t Tenjin-0.062/t/03-capture_placeholder.t Tenjin-0.062/t/00-load.t Tenjin-0.062/t/data/layout_precedence Tenjin-0.062/t/data/layout_precedence/render_layout.html Tenjin-0.062/t/data/layout_precedence/content.html Tenjin-0.062/t/data/layout_precedence/context_layout.html Tenjin-0.062/t/data/layout_precedence/instance_layout.html Tenjin-0.062/t/data/utils Tenjin-0.062/t/data/utils/encode_url.html Tenjin-0.062/t/data/utils/escape_xml.html Tenjin-0.062/t/data/utils/pP.html Tenjin-0.062/t/data/nested_layouts Tenjin-0.062/t/data/nested_layouts/outside_layout.html Tenjin-0.062/t/data/nested_layouts/inside_layout.html Tenjin-0.062/t/data/nested_layouts/top.html Tenjin-0.062/t/data/fail Tenjin-0.062/t/data/fail/no_fail.html Tenjin-0.062/t/data/fail/fail.html Tenjin-0.062/t/data/capture_placeholder Tenjin-0.062/t/data/capture_placeholder/capture.html Tenjin-0.062/t/data/capture_placeholder/placeholder.html Tenjin-0.062/META.yml Tenjin-0.062/META.json Tenjin-0.062/LICENSE Tenjin-0.062/t/release-pod-coverage.t Tenjin-0.062/t/release-pod-syntax.t Tenjin-0.062/MANIFEST Tenjin-0.062/Makefile.PL CPAN.pm: Going to build I/ID/IDOPEREL/Tenjin-0.062.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Tenjin >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Tenjin/Template.pm blib\lib\Tenjin\Template.pm cp lib/Tenjin/Preprocessor.pm blib\lib\Tenjin\Preprocessor.pm cp lib/Tenjin/Util.pm blib\lib\Tenjin\Util.pm cp lib/Tenjin/Context.pm blib\lib\Tenjin\Context.pm cp lib/Tenjin.pm blib\lib\Tenjin.pm IDOPEREL/Tenjin-0.062.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.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Tenjin 0.062, Perl 5.012000, C:\Perl-5.12\bin\perl.exe t/00-load.t ................. 1..1 ok 1 - use Tenjin; ok t/01-nested_layouts.t ....... ok 1 - Got a proper Tenjin instance ok 2 - Single level of layouts works ok 3 - Multiple levels of layouts work 1..3 ok t/02-layout_precedence.t .... ok 1 - Got a proper Tenjin instance ok 2 - Rendering without a layout works ok 3 - Rendering into context-defined layout works ok 4 - Rendering into render-defined layout works ok 5 - Rendering into instance-defined layout works 1..5 ok t/03-capture_placeholder.t .. ok 1 - Got a proper Tenjin instance ok 2 - capture works ok 3 - placeholder works 1..3 ok t/04-utils.t ................ ok 1 - Got a proper Tenjin instance ok 2 - encode_url() works ok 3 - (un)escape_xml() works ok 4 - p() and P() work 1..4 ok t/05-fail.t ................. 1..3 ok 1 - Got a proper Tenjin instance ok 2 - failure caught ok 3 - all okay ok t/manifest.t ................ skipped: Author tests not required for installation 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=9, Tests=19, 1 wallclock secs ( 0.01 usr + 0.08 sys = 0.09 CPU) Result: PASS IDOPEREL/Tenjin-0.062.tar.gz nmake test TEST_VERBOSE=1 -- OK Ido Perlmuter <idoperel@cpan.org> Fast templating engine with support for embedded Perl. >>> (cd C:\cpanfly-5.12\var\cpan\build\Tenjin-0.062-MxhXas && tar cvf - Tenjin-0.062.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/I/ID/IDOPEREL/Tenjin-0.062.tar.gz Tenjin-0.062.ppd blib/ blib/lib/ blib/lib/Tenjin/ blib/lib/Tenjin/Context.pm blib/lib/Tenjin/Preprocessor.pm blib/lib/Tenjin/Template.pm blib/lib/Tenjin/Util.pm blib/lib/Tenjin.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Tenjin-0.062-MxhXas/Tenjin-0.062.ppd C:/cpanfly-5.12/var/REPO/I/ID/IDOPEREL Finished 2010-08-06T21:04:51