updated version ready for shipping
Luke Saunders [Wed, 25 Aug 2010 17:44:06 +0000 (17:44 +0000)]
Changes
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index c07657b..150b215 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::View::TT.
         
+0.35   2010-08-25 19:42:00
         - Add expose_methods functionality
         - add template name to exceptions
         - update render_die message to be more concise.
index d71d8aa..793ea28 100644 (file)
@@ -10,7 +10,7 @@ use Template::Timer;
 use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 
 __PACKAGE__->mk_accessors('template');
 __PACKAGE__->mk_accessors('expose_methods');