Add HTTP support
[catagits/Catalyst-View-Component-SubInclude.git] / t / lib / ESITest / View / TT.pm
CommitLineData
30726632 1package ESITest::View::TT;
2use Moose;
3
4extends 'Catalyst::View::TT';
5with 'Catalyst::View::Component::SubInclude';
6
11b89270 7__PACKAGE__->config(
8 TEMPLATE_EXTENSION => '.tt',
9 subinclude_plugin => 'Visit',
10);
30726632 11
121;