version 0.36
Alexander Hartmaier [Wed, 20 Oct 2010 10:58:21 +0000 (10:58 +0000)]
Changes
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index 2662c40..6bccd59 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+0.36   2010-10-19 15:00:00
+        - Fixed subclassing when using expose_methods
+
 0.35   2010-08-26 01:38:00
         - Add expose_methods functionality
         - add template name to exceptions
index d346b61..9dbb34c 100644 (file)
@@ -10,7 +10,8 @@ use Template::Timer;
 use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 
-our $VERSION = '0.35';
+our $VERSION = '0.36';
+$VERSION = eval $VERSION;
 
 __PACKAGE__->mk_accessors('template');
 __PACKAGE__->mk_accessors('expose_methods');