From: Tomas Doran Date: Thu, 29 Oct 2009 19:30:50 +0000 (+0000) Subject: Bump versions X-Git-Tag: v0.31^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=f59953e1fccc931138d265cdd21b473c300e94b5 Bump versions --- diff --git a/Changes b/Changes index d61494e..36e3256 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::View::TT. -0.31 +0.31 2009-10-29 19:26:00 - Moved the test actions to their own controller file to silence warning about actions in the app class being deprecated. diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index 2d19a47..d07faba 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -9,7 +9,7 @@ use Template; use Template::Timer; use MRO::Compat; -our $VERSION = '0.30'; +our $VERSION = '0.31'; __PACKAGE__->mk_accessors('template'); __PACKAGE__->mk_accessors('include_path'); @@ -508,7 +508,7 @@ C<$template> can be anything that Template::process understands how to process, including the name of a template file or a reference to a test string. See L for a full list of supported formats. -To use the render method outside of your Catalyst app, just pass a undef context. +To use the render method outside of your Catalyst app, just pass a undef context. This can be useful for tests, for instance. It is possible to forward to the render method of a TT view from inside Catalyst