The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension CGI::Application::Plugin::TT.

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