Rename to Catalyst-View-Component-SubInclude
[catagits/Catalyst-View-Component-SubInclude.git] / t / ESITest / lib / ESITest / View / TT.pm
CommitLineData
30726632 1package ESITest::View::TT;
2use Moose;
3
4extends 'Catalyst::View::TT';
5with 'Catalyst::View::Component::SubInclude';
6
7__PACKAGE__->config( TEMPLATE_EXTENSION => '.tt' );
8
91;