the class used to create the TT object can now be customized
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / View / TT / Pkgconfig.pm
CommitLineData
07571b2f 1package TestApp::View::TT::Pkgconfig;
2
3use strict;
4use base 'Catalyst::View::TT';
5
6__PACKAGE__->config(
7 PRE_CHOMP => 1,
8 POST_CHOMP => 1,
9 TEMPLATE_EXTENSION => '.tt',
10);
11
121;