projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
510724b
)
use strictures in all tests
Karen Etheridge [Mon, 15 Apr 2013 00:45:22 +0000 (17:45 -0700)]
t/00.load.t
patch
|
blob
|
blame
|
history
t/02.stdout.t
patch
|
blob
|
blame
|
history
diff --git
a/t/00.load.t
b/t/00.load.t
index
f900fb9
..
e1aa52b
100644
(file)
--- a/
t/00.load.t
+++ b/
t/00.load.t
@@
-1,3
+1,6
@@
+use strict;
+use warnings;
+
use Test::More tests => 1;
BEGIN {
diff --git
a/t/02.stdout.t
b/t/02.stdout.t
index
462e817
..
d9a23ee
100644
(file)
--- a/
t/02.stdout.t
+++ b/
t/02.stdout.t
@@
-1,3
+1,6
@@
+use strict;
+use warnings;
+
use Test::More 'no_plan';
use Test::Builder;
use Test::MooseX::Daemonize;