The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.2

  • Fixed a problem related to pages with no templates
  • Added the internal ht_exists method to check if a template file exists (without using the HTML::Template object)
  • Added the ht_param group accessor in order to collect the params that will be passed to the internal ht object
  • Deprecated the use of $s->ht->param()
  • The ht object becomes an internal object: added an advanced note about its use
  • Added a few tests
  • A few internal changes
  • Added the "switch_to overriding" and the "CREDITS" POD sections

Modules

CGI::Builder and HTML::Template integration