Changes for version 0.24 - 2003-09-14
- Parameter passed to plugin_add can now be an object. The object must implements an init method, a push_filter method and a static method filter. Take a look to ObjBase.pm as an example.
- Add HTML::Template::Extension::ObjBase as a base object to use to implements your templating filter.
- In previuos version when you add a plugin all present plugins were unloaded and then all were loaded. Now we don't unload and we only load the added one.
- Plugins_clears didn't work. Now it do.
Modules
Module support extension for HTML::Template
Plugins for return only selected sections
Plugins for comments in template
Plugin that do nothing :-)
Plugins for html file
Plugins that support ternary if operator ?..:..
Plugins for </TMPL_VAR> syntax
Provides
in Extension/ObjBase.pm