a578ebd72bdd07832bc5be385bf8b7f901e34037
[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') }