Binary package “libhtml-template-compiled-perl” in ubuntu precise

Perl template system compiling HTML::Template files to Perl code

 HTML::Template::Compiled is a template system that exposes the same interface
 as HTML::Template. Because it turns the template into Perl code, generating
 the output is much faster than with HTML::Template (3-7 times at the moment,
 depending on the features you use). The best performance gain is achieved in
 caching, long-running applications such as those running under mod_perl.