[Catalyst-commits] r13040 - in
Catalyst-View-TT/branches/render_die: . lib/Catalyst/View
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Mar 10 20:04:57 GMT 2010
Author: t0m
Date: 2010-03-10 20:04:57 +0000 (Wed, 10 Mar 2010)
New Revision: 13040
Modified:
Catalyst-View-TT/branches/render_die/Changes
Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm
Log:
Bump versions
Modified: Catalyst-View-TT/branches/render_die/Changes
===================================================================
--- Catalyst-View-TT/branches/render_die/Changes 2010-03-10 20:02:47 UTC (rev 13039)
+++ Catalyst-View-TT/branches/render_die/Changes 2010-03-10 20:04:57 UTC (rev 13040)
@@ -1,5 +1,6 @@
Revision history for Perl extension Catalyst::View::TT.
+0.33 2010-03-10 20:08:00
- The "render()" method now throws a warning on exception before
returning the exception. To silence the warning, pass 'render_die =>
0' to the constructor. Better yet, pass 'render_die => 1' to make it
Modified: Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm
===================================================================
--- Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm 2010-03-10 20:02:47 UTC (rev 13039)
+++ Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm 2010-03-10 20:04:57 UTC (rev 13040)
@@ -9,7 +9,7 @@
use Template::Timer;
use MRO::Compat;
-our $VERSION = '0.32';
+our $VERSION = '0.33';
__PACKAGE__->mk_accessors('template');
__PACKAGE__->mk_accessors('include_path');
More information about the Catalyst-commits
mailing list