ensure strict and warnings is always in effect
Karen Etheridge [Sun, 23 Sep 2012 19:04:45 +0000 (12:04 -0700)]
t/basic.t
t/defaults.t

index 17c4e17..e5e362c 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Test::More;
 use Test::Moose;
 
index d48299c..34f25cd 100644 (file)
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Test::More;
 use Test::Fatal;
 use Test::Moose;