06confit.t now passes. may/may not want to remove the config shit from the test model
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email / AppConfig.pm
CommitLineData
c18b93ec 1package # Hide from PAUSE
2 TestApp::View::Email::AppConfig;
3
d603a14e 4use Email::Sender::Simple;
c18b93ec 5
6use base 'Catalyst::View::Email';
7
81;