Adding basic test cases for the view.
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / TT.pm
1 package # Hide me.
2     TestApp::View::TT;
3
4 use strict;
5 use base 'Catalyst::View::TT';
6
7 1;