use warnings everywhere
[catagits/Catalyst-Plugin-Email.git] / t / 01use.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4
5 BEGIN { use_ok('Catalyst::Plugin::Email') }