ensure strict and warnings is always in effect
[gitmo/MooseX-UndefTolerant.git] / t / defaults.t
index d48299c..34f25cd 100644 (file)
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Test::More;
 use Test::Fatal;
 use Test::Moose;