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 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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, 2 wallclock secs ( 1.20 cusr + 0.19 csys = 1.39 CPU) Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Template/Plugin/Cache.pm Installing /export/home/cpanrun/build/5.6.1/man/man3/Template::Plugin::Cache.3 Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod