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 /Users/cpanrun/build/5.8.8/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, 1 wallclock secs ( 0.28 cusr + 0.08 csys = 0.36 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Template/Plugin/Cache.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Template/Plugin/Cache.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Template::Plugin::Cache.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod