test for warnings here too
Karen Etheridge [Tue, 25 Dec 2012 08:39:23 +0000 (00:39 -0800)]
t/011_process_argv.t

index e104d3b..aa1e7e1 100644 (file)
@@ -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;