Revision history for Perl extension CGI::Application::Plugin::TT.
0.08 Sun Jul 31 17:38:16 EDT 2005
- Made some small doc changes that I meant to put in the
last release.
0.07 Sat Jul 30 9:18:46 EDT 2005
- fixed Windows path bug in test suite (Emanuele Zeppieri)
- Simplify the pod tests according to Test::Pod docs
- Support the new callback hooks in CGI::Application 4.0
- Automatically add { c => $self } to template params
(see docs under DEFAULT PARAMETERS)
- minor doc cleanups
0.06 Thu Feb 3 15:38:39 EST 2005
- Document use of tt_config as a class method for singleton
support
- Some other small documentation cleanups
0.05 Mon Jan 24 11:47:06 EST 2005
- add tt_template_name which autogenerates template filenames
- tt_process will call tt_template_name if the template
name is not provided as an arguement
- add Singleton support for TT object
0.04 Fri Dec 3 12:02:56 EST 2004
- die if there is an error processing a template in tt_process
0.03 Sun Sep 19 18:13:03 EST 2004
- scrap CGI::Application::Plugin support for simple Exporter
system.
- Moved module to the CGI::Application::Plugin namespace.
- module no longer depends on inheritance, so just use'ing
the module will suffice to import the required methods
into the current class.
0.02 Mon Jul 26 23:44:39 EST 2004
- add support for the new CGI::Application::Plugin base class.
This means the usage has changed. Altering the inheritance
tree is no longer necesary, as you only need to use the module
and it will import the plugin methods into the callers
namespace automatically. See the docs for more details...
0.01 Sun Feb 15 16:10:39 EST 2004
- original version