ensure strict and warnings is always in effect
[gitmo/MooseX-UndefTolerant.git] / t / basic.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;