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