[Catalyst-commits] r11691 - in Catalyst-View-TT/trunk: . lib/Catalyst/View

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Oct 29 19:30:50 GMT 2009


Author: t0m
Date: 2009-10-29 19:30:50 +0000 (Thu, 29 Oct 2009)
New Revision: 11691

Modified:
   Catalyst-View-TT/trunk/Changes
   Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
Log:
Bump versions

Modified: Catalyst-View-TT/trunk/Changes
===================================================================
--- Catalyst-View-TT/trunk/Changes	2009-10-29 19:25:03 UTC (rev 11690)
+++ Catalyst-View-TT/trunk/Changes	2009-10-29 19:30:50 UTC (rev 11691)
@@ -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.
 

Modified: Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
===================================================================
--- Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm	2009-10-29 19:25:03 UTC (rev 11690)
+++ Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm	2009-10-29 19:30:50 UTC (rev 11691)
@@ -9,7 +9,7 @@
 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 @@
 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




More information about the Catalyst-commits mailing list