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