Croaking on errors, need to write tests. Adding Net::SMTP feature in Makefile so...
[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
71;