[Catalyst-commits] r13138 - in Catalyst-View-TT/trunk: .
lib/Catalyst/View
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Apr 7 03:09:15 GMT 2010
Author: t0m
Date: 2010-04-07 04:09:15 +0100 (Wed, 07 Apr 2010)
New Revision: 13138
Modified:
Catalyst-View-TT/trunk/Changes
Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
Log:
Changelog
Modified: Catalyst-View-TT/trunk/Changes
===================================================================
--- Catalyst-View-TT/trunk/Changes 2010-04-07 03:07:56 UTC (rev 13137)
+++ Catalyst-View-TT/trunk/Changes 2010-04-07 03:09:15 UTC (rev 13138)
@@ -1,5 +1,15 @@
Revision history for Perl extension Catalyst::View::TT.
+0.34 2010-04-07 04:14:50
+ - Fix the process method to have the previous behaviour of reporting
+ an error to Catalyst if a Template::Exception object is returned by
+ the render method (i.e. when render_die is unset or set to 0).
+ - Fix the warning issued about missing the render_die config option to
+ log using the standard Catalyst logging system (rather than Carping
+ directly), and to only issue the warning at debug level / when
+ in debug mode. The severity of this warning will be increased in
+ a later release.
+
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 =>
Modified: Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
===================================================================
--- Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2010-04-07 03:07:56 UTC (rev 13137)
+++ Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2010-04-07 03:09:15 UTC (rev 13138)
@@ -10,7 +10,7 @@
use MRO::Compat;
use Scalar::Util qw/blessed/;
-our $VERSION = '0.33';
+our $VERSION = '0.34';
__PACKAGE__->mk_accessors('template');
__PACKAGE__->mk_accessors('include_path');
More information about the Catalyst-commits
mailing list