new config attr that lets you override the default content type
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / View / TT / AltContentType.pm
CommitLineData
59a2e92a 1package TestApp::View::TT::AltContentType;
2
3use strict;
4use base 'Catalyst::View::TT';
5
6__PACKAGE__->config(
7 TEMPLATE_EXTENSION => '.tt',
8 content_type => 'text/plain',
9);