From: Alexander Hartmaier Date: Wed, 20 Oct 2010 10:58:21 +0000 (+0000) Subject: version 0.36 X-Git-Tag: 0.38~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=85ea459de4e98ea6db86e433a847175238ac9260 version 0.36 --- diff --git a/Changes b/Changes index 2662c40..6bccd59 100644 --- 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 diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index d346b61..9dbb34c 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -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');