X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FTT.pm;h=1b2748b4ee4eebd294fa042936365a791e4a0ae5;hb=036d59059583edfcf08e904227215390be87958d;hp=c6f0fccd86104e66293f8e86a51550d7a0eb3562;hpb=161400d1c231263767c86fe9ce1c5a5b31981728;p=catagits%2FCatalyst-View-TT.git diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index c6f0fcc..1b2748b 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.42'; +our $VERSION = '0.43'; $VERSION = eval $VERSION; __PACKAGE__->mk_accessors('template');