PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-03-30T23:18:24 ActivePerl-1003 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/cpanfly/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Wed, 30 Mar 2011 22:27:51 GMT Running make for I/ID/IDOPEREL/Tenjin-0.070001.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/I/ID/IDOPEREL/Tenjin-0.070001.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/I/ID/IDOPEREL/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\I\ID\IDOPEREL\Tenjin-0.070001.tar.gz ok Will not use Archive::Tar, need 1.00 Tenjin-0.070001 Tenjin-0.070001/README Tenjin-0.070001/Changes Tenjin-0.070001/LICENSE Tenjin-0.070001/INSTALL Tenjin-0.070001/dist.ini Tenjin-0.070001/META.yml Tenjin-0.070001/MANIFEST Tenjin-0.070001/META.json Tenjin-0.070001/SIGNATURE Tenjin-0.070001/t Tenjin-0.070001/t/05-fail.t Tenjin-0.070001/t/00-load.t Tenjin-0.070001/Makefile.PL Tenjin-0.070001/t/04-utils.t Tenjin-0.070001/MANIFEST.SKIP Tenjin-0.070001/lib Tenjin-0.070001/lib/Tenjin.pm Tenjin-0.070001/t/06-encoding.t Tenjin-0.070001/lib/Tenjin Tenjin-0.070001/lib/Tenjin/Util.pm Tenjin-0.070001/t/data/utils Tenjin-0.070001/t/data/utils/pP.html Tenjin-0.070001/lib/Tenjin/Context.pm Tenjin-0.070001/t/01-nested_layouts.t Tenjin-0.070001/t/data/fail Tenjin-0.070001/t/data/fail/fail.html Tenjin-0.070001/lib/Tenjin/Template.pm Tenjin-0.070001/t/release-pod-syntax.t Tenjin-0.070001/t/02-layout_precedence.t Tenjin-0.070001/t/data/fail/no_fail.html Tenjin-0.070001/t/release-pod-coverage.t Tenjin-0.070001/t/release-dist-manifest.t Tenjin-0.070001/lib/Tenjin/Preprocessor.pm Tenjin-0.070001/t/03-capture_placeholder.t Tenjin-0.070001/t/data/encoding Tenjin-0.070001/t/data/encoding/hebrew.html Tenjin-0.070001/t/data/utils/encode_url.html Tenjin-0.070001/t/data/utils/escape_xml.html Tenjin-0.070001/t/data/encoding/chinese.html Tenjin-0.070001/t/data/nested_layouts Tenjin-0.070001/t/data/nested_layouts/top.html Tenjin-0.070001/t/data/layout_precedence Tenjin-0.070001/t/data/layout_precedence/content.html Tenjin-0.070001/t/data/capture_placeholder Tenjin-0.070001/t/data/capture_placeholder/capture.html Tenjin-0.070001/t/data/nested_layouts/inside_layout.html Tenjin-0.070001/t/data/nested_layouts/outside_layout.html Tenjin-0.070001/t/data/layout_precedence/render_layout.html Tenjin-0.070001/t/data/capture_placeholder/placeholder.html Tenjin-0.070001/t/data/layout_precedence/context_layout.html Tenjin-0.070001/t/data/layout_precedence/instance_layout.html CPAN.pm: Going to build I/ID/IDOPEREL/Tenjin-0.070001.tar.gz >>> C:\Perl64\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.070001.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:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Tenjin 0.070001, Perl 5.010000, C:\Perl64\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/06-encoding.t ............. 1..3 ok 1 - Got a proper Tenjin instance ok 2 - UTF-8 (Hebrew) properly decoded ok 3 - UTF-8 (Chinese) properly decoded ok t/release-dist-manifest.t ... skipped: these tests are for release candidate testing 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=10, Tests=22, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS IDOPEREL/Tenjin-0.070001.tar.gz nmake test TEST_VERBOSE=1 -- OK Ido Perlmuter <idoperel@cpan.org> Fast templating engine with support for embedded Perl. >>> (cd C:\cpanfly\var\cpan\build\Tenjin-0.070001-jVwJ9Z && tar cvf - Tenjin-0.070001.ppd blib) | gzip -c >C:/cpanfly/var/REPO/I/ID/IDOPEREL/Tenjin-0.070001.tar.gz Tenjin-0.070001.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\var\cpan\build\Tenjin-0.070001-jVwJ9Z/Tenjin-0.070001.ppd C:/cpanfly/var/REPO/I/ID/IDOPEREL Megalib: Undefined subroutine &Digest::base::new called at C:\cpanfly\lib/ActivePerl/PPM/InstallArea.pm line 902. Finished 2011-03-30T23:18:29