projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
50d5752
)
ensure strict and warnings is always in effect
Karen Etheridge [Sun, 23 Sep 2012 19:04:45 +0000 (12:04 -0700)]
t/basic.t
patch
|
blob
|
blame
|
history
t/defaults.t
patch
|
blob
|
blame
|
history
diff --git
a/t/basic.t
b/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;
diff --git
a/t/defaults.t
b/t/defaults.t
index
d48299c
..
34f25cd
100644
(file)
--- a/
t/defaults.t
+++ b/
t/defaults.t
@@
-1,3
+1,6
@@
+use strict;
+use warnings;
+
use Test::More;
use Test::Fatal;
use Test::Moose;