05template now passes
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email / AppConfig.pm
CommitLineData
c18b93ec 1package # Hide from PAUSE
2 TestApp::View::Email::AppConfig;
3
4use Email::Send::Test;
5
6use base 'Catalyst::View::Email';
7
81;