X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper%2FView%2FTT.pm;h=ae95736491088f8e0161c9ef73eb08a5e5c687ed;hb=713a5152faf01c3f8ea7dec366685bbfcd11ab50;hp=9364a3e3fc4a01de85d62881b5a1c733eafea07f;hpb=26d5760a7e759bd183ccc2b9ae82fe8eff720c74;p=catagits%2FCatalyst-View-TT.git diff --git a/lib/Catalyst/Helper/View/TT.pm b/lib/Catalyst/Helper/View/TT.pm index 9364a3e..ae95736 100644 --- a/lib/Catalyst/Helper/View/TT.pm +++ b/lib/Catalyst/Helper/View/TT.pm @@ -49,11 +49,10 @@ __DATA__ __compclass__ package [% class %]; +use Moose; +use namespace::autoclean; -use strict; -use warnings; - -use base 'Catalyst::View::TT'; +extends 'Catalyst::View::TT'; __PACKAGE__->config( TEMPLATE_EXTENSION => '.tt',