removed that rat bastard Email::Send::Test stuff
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email.pm
1 package # Hide from PAUSE
2     TestApp::View::Email;
3
4
5 use base 'Catalyst::View::Email';
6
7 __PACKAGE__->config(
8     sender => {
9         mailer => 'Test'
10     },
11 );
12
13 1;