This module extends HTML::Template::Pro to easily support methods and tags not implemented in parent module. Piece of code needed to add new tags syntax and new functionality are called plugins.
All plugins can be dynamically loaded for supporing needed syntax and functionality. All dynamic plugins live in the HTML::Template::Extension namespace and you can built your own extension to support you prefered tags and functionality.
A plugin named DO_NOTHING is present in this package and can be use like a skeleton to built your own plugin. DO_NOTHING, as name says, add nothing to standard HTML::Template::Extension but there are other plugins just available:
0. Prerequisites:
perl Makefile.PL make make test make install
Have a look to
http://www.ebruni.it/en/software/perl/cpan/html/template/extension/index.htm to have more info about this module.
Disclaimer
--
Bruni Emiliano <info AT ebruni DOT it>
2005-08-16