Bump to v0.06, adding in Mason tests and better config handling
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / TT.pm
1 package # Hide me.
2     TestApp::View::TT;
3
4 use strict;
5 eval "use base 'Catalyst::View::TT';";
6
7 1;