Checking if your kit is complete... Looks good Writing Makefile for HTML::Template::Compiled Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/HTML/Template/Compiled/Formatter.pm blib\lib\HTML\Template\Compiled\Formatter.pm cp lib/HTML/Template/Compiled/Reference.pod blib\lib\HTML\Template\Compiled\Reference.pod cp lib/HTML/Template/Compiled/Filter.pm blib\lib\HTML\Template\Compiled\Filter.pm cp lib/HTML/Template/Compiled.pm blib\lib\HTML\Template\Compiled.pm cp lib/HTML/Template/Compiled/Compiler/Classic.pm blib\lib\HTML\Template\Compiled\Compiler\Classic.pm cp lib/HTML/Template/Compiled/Parser.pm blib\lib\HTML\Template\Compiled\Parser.pm cp lib/HTML/Template/Compiled/Exception.pm blib\lib\HTML\Template\Compiled\Exception.pm cp lib/HTML/Template/Compiled/Token.pm blib\lib\HTML\Template\Compiled\Token.pm cp lib/HTML/Template/Compiled/Plugin/DHTML.pm blib\lib\HTML\Template\Compiled\Plugin\DHTML.pm cp lib/HTML/Template/Compiled/Expression.pm blib\lib\HTML\Template\Compiled\Expression.pm cp lib/HTML/Template/Compiled/Lazy.pm blib\lib\HTML\Template\Compiled\Lazy.pm cp lib/HTML/Template/Compiled/Classic.pm blib\lib\HTML\Template\Compiled\Classic.pm cp lib/HTML/Template/Compiled/Expression/Expressions.pm blib\lib\HTML\Template\Compiled\Expression\Expressions.pm cp lib/HTML/Template/Compiled/Compiler.pm blib\lib\HTML\Template\Compiled\Compiler.pm cp lib/HTML/Template/Compiled/Plugin/XMLEscape.pm blib\lib\HTML\Template\Compiled\Plugin\XMLEscape.pm cp lib/HTML/Template/Compiled/Utils.pm blib\lib\HTML\Template\Compiled\Utils.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_HTML-Template-Compiled....1..6 ok 1 - use HTML::Template::Compiled; ok 2 - template created ok 3 - output ok ok 4 - output after update ok ok 5 - output after update & sleep ok ok 6 - filehandle output ok t/02_version...................1..2 ok 1 - use HTML::Template::Compiled; ok 2 - version ok ok t/03_param.....................1..11 ok 1 - use HTML::Template::Compiled; ok 2 - use HTML::Template::Compiled::Classic; ok 3 - param('var') ok 4 - param() 1 ok 5 - param() 2 ok 6 - param() 2 ok 7 - query ok 8 ok 9 ok 10 - literal dot is OK ok 11 - subref variables ok t/04_out_fh....................1..5 ok 1 - use HTML::Template::Compiled; ok 2 - out_fh compile ok 3 - out_fh filecache ok 4 - out_fh memcache ok 5 - out_fh after preload ok t/05_filter....................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - filter 1 ok 3 - filter 2 ok 4 - filter 3 ok t/06_dyn_include...............1..9 ok 1 - use HTML::Template::Compiled; ok 2 - dynamic include 1.1 ok 3 - dynamic include 1.2 ok 4 - dynamic include 1.3 ok 5 - dynamic include 2.1 ok 6 - dynamic include 2.2 ok 7 - dynamic include 2.3 ok 8 - undefined filename ok 9 - include_string ok t/07_formatter.................1..2 ok 1 - use HTML::Template::Compiled::Formatter; ok 2 - formatter ok t/08_global_vars...............1..4 ok 1 - use HTML::Template::Compiled; ok 2 - global_vars ok 3 - global_vars and unset variable ok 4 - global_vars => 2 ok t/09_wrong.....................1..9 ok 1 - use HTML::Template::Compiled; ok 2 - premature end of template ok 3 - wrong template ok 4 - template not found ok 5 - template from include not found ok 6 - die when syntax is wrong ok 7 - die when syntax is wrong ok 8 - die when syntax is wrong ok 9 - die when syntax is wrong ok t/10_if_else...................1..3 ok 1 - use HTML::Template::Compiled; ok 2 - if defined ok 3 - including 2 tags for one tmpl_if should throw an error ok t/11_dhtml.....................1..3 ok 1 - use HTML::Template::Compiled; ok 2 # skip no Data::TreeDumper::Renderer::DHTML installed ok 3 # skip no Data::TreeDumper::Renderer::DHTML installed ok 2/3 skipped: various reasons t/12_path......................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - search_path_on_include off ok 3 - include form current dir not ok 4 - search current path on include # TODO path not yet correctly implemented # Failed (TODO) test 'search current path on include' # at t/12_path.t line 54. # '' # =~ # 'this is t/templates/subdir/b.html' ok t/13_loop......................1..6 ok 1 - use HTML::Template::Compiled; ok 2 - tmpl_loop array alias=iterator ok 3 - loop context ok 4 - loop context ok 5 - loop join attribute ok 6 - loop break attribute ok t/14_scalarref.................1..6 ok 1 - use HTML::Template::Compiled; ok 2 - scalarref template ok 3 - scalarref output ok 4 - arrayref template ok 5 - arrayref output ok 6 - scalarref with utf8 ok t/15_comment...................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - tmpl_comment ok 3 - tmpl_noparse ok 4 - tmpl_verbatim ok t/16_switch....................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - switch 1 ok 3 - switch 2 ok 4 - switch default ok t/17_escape....................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - use HTML::Template::Compiled::Plugin::XMLEscape; ok 3 - default_escape ok 4 - Plugin XMLEscape ok t/18_objects...................1..2 ok 1 - use HTML::Template::Compiled; ok 2 - global objects ok t/19_query.....................1..4 ok 1 - query 1 ok 2 - HTC::Lazy and query() ok 3 - query 2 ok 4 ok t/20_precompile................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - precompile count ok 3 - precompiled output ok 4 - precompiled scalarref ok t/21_while.....................1..5 ok 1 - use HTML::Template::Compiled; ok 2 - while ok 3 - each 1 ok 4 - each 2 ok 5 - each 3 ok t/22_pod.......................1..16 ok 1 - blib\lib\HTML\Template\Compiled.pm ok 2 - blib\lib\HTML\Template\Compiled\Classic.pm ok 3 - blib\lib\HTML\Template\Compiled\Compiler.pm ok 4 - blib\lib\HTML\Template\Compiled\Exception.pm ok 5 - blib\lib\HTML\Template\Compiled\Expression.pm ok 6 - blib\lib\HTML\Template\Compiled\Filter.pm ok 7 - blib\lib\HTML\Template\Compiled\Formatter.pm ok 8 - blib\lib\HTML\Template\Compiled\Lazy.pm ok 9 - blib\lib\HTML\Template\Compiled\Parser.pm ok 10 - blib\lib\HTML\Template\Compiled\Reference.pod ok 11 - blib\lib\HTML\Template\Compiled\Token.pm ok 12 - blib\lib\HTML\Template\Compiled\Utils.pm ok 13 - blib\lib\HTML\Template\Compiled\Compiler\Classic.pm ok 14 - blib\lib\HTML\Template\Compiled\Expression\Expressions.pm ok 15 - blib\lib\HTML\Template\Compiled\Plugin\DHTML.pm ok 16 - blib\lib\HTML\Template\Compiled\Plugin\XMLEscape.pm ok t/23_tagstyles.................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - tagstyle (-classic +php -comment -asp +tt) ok 3 - tagstyle (+classic -php +comment -asp -tt) ok 4 - tagstyle (+classic -php +comment +asp -tt) ok t/24_pod_cover.................1..0 # Skip Test::Pod::Coverage required for testing pod coverage skipped all skipped: Test::Pod::Coverage required for testing pod coverage t/27_chomp.....................1..3 ok 1 - use HTML::Template::Compiled; ok 2 - chomp ok 3 - chomp loop ok t/28_perl......................1..2 ok 1 - use HTML::Template::Compiled; ok 2 - perl-tag ok t/29_encoding..................1..2 ok 1 - use HTML::Template::Compiled; ok 2 - uri_escape_utf8 ok t/30_arrays....................1..5 ok 1 - use HTML::Template::Compiled; ok 2 - array count 1 ok 3 - array count 2 ok 4 - array count 3 ok 5 - undef array count ok t/31_recurse...................1..4 ok 1 - use HTML::Template::Compiled; ok 2 - recursive ok ok 3 - max recursion 10 > 9 ok 4 - max recursion 10 < 15 ok t/32_compile_plugin............1..1 ok 1 - two plugins ok t/33_plugins...................1..5 ok 1 - plugin as object 0 ok 2 - plugin as object 1 ok 3 - plugin as object en ok 4 - plugin as object de ok 5 - plugin as object es ok All tests successful, 1 test and 2 subtests skipped. Files=31, Tests=143, 25 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Classic.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Compiler.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Exception.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Expression.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Filter.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Formatter.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Lazy.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Parser.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Reference.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Token.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Utils.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Compiler\Classic.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Plugin\DHTML.html Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Template\Compiled\Plugin\XMLEscape.html Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Classic.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Compiler.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Exception.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Expression.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Filter.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Formatter.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Lazy.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Parser.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Reference.pod Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Token.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Utils.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Compiler\Classic.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Expression\Expressions.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Plugin\DHTML.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Template\Compiled\Plugin\XMLEscape.pm Writing C:\cpanrun\build\5-10-0\site\lib\auto\HTML\Template\Compiled\.packlist Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod