Commit graph

2 commits

Author SHA1 Message Date
Hiramatsu Yoshifumi
56ea224bbd Updated to 1.03.
Changes since 1.02.

1.03  Thu May 18 12:27:26 EDT 2006

    - the default tt_template_name method now accepts
      a parameter that specifies how many caller levels
      we walk up (from the calling method) to find the
      method name to use as a base for the template name
      (defaults to 0)
    - a side effect of this change is that you can now
      pass any parameters you like to your custom
      TEMPLATE_NAME_GENERATOR method, when calling
      $self->tt_template_name(...).
2007-04-10 07:13:48 +00:00
Hiramatsu Yoshifumi
2fa2b75d02 CGI::Application::Plugin::TT adds support for the popular Template
Toolkit engine to your CGI::Application modules by providing several
helper methods that allow you to process template files from within
your runmodes.

It compliments the support for HTML::Template that is built into
CGI::Application through the load_tmpl method. It also provides a few
extra features than just the ability to load a template.
2006-02-17 05:47:57 +00:00