Checking if your kit is complete... Looks good Writing Makefile for HTML::Template::Compiled cp lib/HTML/Template/Compiled/Reference.pod blib/lib/HTML/Template/Compiled/Reference.pod cp lib/HTML/Template/Compiled/Classic.pm blib/lib/HTML/Template/Compiled/Classic.pm cp lib/HTML/Template/Compiled.pm blib/lib/HTML/Template/Compiled.pm cp lib/HTML/Template/Compiled/Lazy.pm blib/lib/HTML/Template/Compiled/Lazy.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/Parser.pm blib/lib/HTML/Template/Compiled/Parser.pm cp lib/HTML/Template/Compiled/Expression.pm blib/lib/HTML/Template/Compiled/Expression.pm cp lib/HTML/Template/Compiled/Filter.pm blib/lib/HTML/Template/Compiled/Filter.pm cp lib/HTML/Template/Compiled/Plugin/XMLEscape.pm blib/lib/HTML/Template/Compiled/Plugin/XMLEscape.pm cp lib/HTML/Template/Compiled/Compiler/Classic.pm blib/lib/HTML/Template/Compiled/Compiler/Classic.pm cp lib/HTML/Template/Compiled/Compiler.pm blib/lib/HTML/Template/Compiled/Compiler.pm cp lib/HTML/Template/Compiled/Utils.pm blib/lib/HTML/Template/Compiled/Utils.pm cp lib/HTML/Template/Compiled/Formatter.pm blib/lib/HTML/Template/Compiled/Formatter.pm cp lib/HTML/Template/Compiled/Exception.pm blib/lib/HTML/Template/Compiled/Exception.pm cp lib/HTML/Template/Compiled/Expression/Expressions.pm blib/lib/HTML/Template/Compiled/Expression/Expressions.pm Manifying blib/man3/HTML::Template::Compiled::Reference.3 Manifying blib/man3/HTML::Template::Compiled::Classic.3 Manifying blib/man3/HTML::Template::Compiled.3 Manifying blib/man3/HTML::Template::Compiled::Lazy.3 Manifying blib/man3/HTML::Template::Compiled::Token.3 Manifying blib/man3/HTML::Template::Compiled::Plugin::DHTML.3 Manifying blib/man3/HTML::Template::Compiled::Parser.3 Manifying blib/man3/HTML::Template::Compiled::Expression.3 Manifying blib/man3/HTML::Template::Compiled::Filter.3 Manifying blib/man3/HTML::Template::Compiled::Plugin::XMLEscape.3 Manifying blib/man3/HTML::Template::Compiled::Compiler::Classic.3 Manifying blib/man3/HTML::Template::Compiled::Compiler.3 Manifying blib/man3/HTML::Template::Compiled::Utils.3 Manifying blib/man3/HTML::Template::Compiled::Formatter.3 Manifying blib/man3/HTML::Template::Compiled::Exception.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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: no Data::TreeDumper::Renderer::DHTML installed 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 (t/12_path.t at line 54) # '' # =~ # 'this is t/templates/subdir/b.html' FAILED test 4 Failed 1/4 tests, 75.00% okay 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 # skip no Encode.pm installed ok, 1/6 skipped: no Encode.pm installed 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..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD 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......Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 1..0 # Skip Test::Pod::Coverage required for testing pod coverage skipped: Test::Pod::Coverage required for testing pod coverage t/27_chomp..........Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 1..3 ok 1 - use HTML::Template::Compiled; ok 2 - chomp ok 3 - chomp loop ok t/28_perl...........Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 1..2 ok 1 - use HTML::Template::Compiled; ok 2 - perl-tag ok t/29_encoding.......Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 1..2 ok 1 - use HTML::Template::Compiled; ok 2 # skip no URI::Escape, HTML::Entities and Encode installed ok, 1/2 skipped: no URI::Escape, HTML::Entities and Encode installed t/30_arrays.........Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 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........Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 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.Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 1..1 ok 1 - two plugins ok t/33_plugins........Using /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Template-Compiled/blib 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 Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/12_path.t 4 1 25.00% 4 2 tests and 4 subtests skipped. Failed 1/31 test scripts, 96.77% okay. 1/127 subtests failed, 99.21% okay. make: *** [test_dynamic] Error 29