From: Tomas Doran Date: Wed, 15 Feb 2012 20:43:20 +0000 (+0000) Subject: Version 0.38 X-Git-Tag: 0.38^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=refs%2Ftags%2F0.38 Version 0.38 --- diff --git a/Changes b/Changes index 1fd196f..32ecbcf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::View::TT. +0.38 2012-02-15 20:42:00 - Change documentation to reflect use of Moose. - Change documentation to highlight how to configure UTF-8 in templates. diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index fe85b10..f4d5762 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -10,7 +10,7 @@ use Template::Timer; use MRO::Compat; use Scalar::Util qw/blessed weaken/; -our $VERSION = '0.37'; +our $VERSION = '0.38'; $VERSION = eval $VERSION; __PACKAGE__->mk_accessors('template');