From: Florian Ragwitz Date: Tue, 16 Feb 2010 04:47:19 +0000 (+0000) Subject: Version 0.32. X-Git-Tag: v0.32^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=ebba23fa2daefd50ccfbb53fcba3f68a5c5d132e Version 0.32. --- diff --git a/Changes b/Changes index 36e3256..845c2f9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Catalyst::View::TT. +0.32 2010-02-16 05:55:00 + - Various documentation improvements. + - Fix repository metadata. + 0.31 2009-10-29 19:26:00 - Moved the test actions to their own controller file to silence warning about actions in the app class being deprecated. diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index f8f4a8b..7277ddf 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -9,7 +9,7 @@ use Template; use Template::Timer; use MRO::Compat; -our $VERSION = '0.31'; +our $VERSION = '0.32'; __PACKAGE__->mk_accessors('template'); __PACKAGE__->mk_accessors('include_path');