Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::Cache cp Cache.pm blib/lib/Template/Plugin/Cache.pm Manifying blib/man3/Template::Plugin::Cache.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/cache....1..9 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 3 tests ok 4 - template text 1 processed OK: [% USE cache = Cache %]\n[% BLOCK... input: [[% USE cache = Cache %] [% BLOCK cache_me %] Hello [% SET change_me = 'after' %] [% END %] [% SET change_me = 'before' %] [% cache.proc( 'template' => 'cache_me', 'ttl' => 15 ) %] [% change_me %] ] expect: [Hello after] output: [Hello after] ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% USE cache = Cache %]\n[% BLOCK... input: [[% USE cache = Cache %] [% BLOCK cache_me %] Hello [% SET change_me = 'after' %] [% END %] [% SET change_me = 'before' %] [% cache.inc( 'template' => 'cache_me', 'ttl' => 15 ) %] [% change_me %] ] expect: [Hello before] output: [Hello before] ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% USE cache = Cache %]\n[% BLOCK... input: [[% USE cache = Cache %] [% BLOCK cache_me %] Hello [% name %] [% END %] [% SET name = 'Suzanne' %] [% cache.proc( 'template' => 'cache_me', 'keys' => {'name' => name}, 'ttl' => 15 ) %] [% SET name = 'World' %] [% cache.proc( 'template' => 'cache_me', 'keys' => {'name' => name}, 'ttl' => 15 ) %] ] expect: [ Hello Suzanne Hello World] output: [ Hello Suzanne Hello World] ok 9 - template text 3 matched expected ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.32 cusr + 0.13 csys = 0.45 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Template/Plugin/Cache.html Installing /home/cpanrun/build/5.10.0/site/lib/Template/Plugin/Cache.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Template::Plugin::Cache.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod