refactor of the API and mainly Catalyst::View::Email::Template
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Mason.pm
1 package # Hide me.
2     TestApp::View::Mason;
3
4 use strict;
5 eval "use base 'Catalyst::View::Mason';";
6
7 eval "__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );";
8
9 1;