projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b3bb80f
)
test for warnings here too
Karen Etheridge [Tue, 25 Dec 2012 08:39:23 +0000 (
00:39
-0800)]
t/011_process_argv.t
patch
|
blob
|
blame
|
history
diff --git
a/t/011_process_argv.t
b/t/011_process_argv.t
index
e104d3b
..
aa1e7e1
100644
(file)
--- a/
t/011_process_argv.t
+++ b/
t/011_process_argv.t
@@
-1,9
+1,10
@@
use strict;
use warnings;
-use Test::More tests => 6;
+use Test::More tests => 7;
use Test::Fatal 0.003;
use Test::Requires 'Test::Deep';
+use Test::NoWarnings 1.04 ':early';
{
package Testing::Foo;