fix dev mode when no dot in @INC
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / View / TT / Classconfig.pm
CommitLineData
7bd88b61 1package TestApp::View::TT::Classconfig;
2
3use strict;
4use base 'Catalyst::View::TT';
5
6use TestApp::Template::Any;
7
8__PACKAGE__->config(
9 CLASS => 'TestApp::Template::Any',
10);
11
121;