use warnings everywhere
[catagits/Catalyst-Plugin-Email.git] / t / 01use.t
index d8c9e7d..a578ebd 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,4 +1,5 @@
 use strict;
+use warnings;
 use Test::More tests => 1;
 
 BEGIN { use_ok('Catalyst::Plugin::Email') }