Bump versions
Tomas Doran [Thu, 29 Oct 2009 19:30:50 +0000 (19:30 +0000)]
trunk/Changes
trunk/lib/Catalyst/View/TT.pm

index d61494e..36e3256 100644 (file)
@@ -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.
 
index 2d19a47..d07faba 100644 (file)
@@ -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<Template::process|Template/process> 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