Version update, fixing Mason test to use a local datadir (failing tests if /tmp/cache...
[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
4bf6fed1 7__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );
8
8b10ee55 91;