From: Karen Etheridge Date: Tue, 25 Dec 2012 08:39:23 +0000 (-0800) Subject: test for warnings here too X-Git-Tag: v0.49~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=f2fa8dbdff63e08e2e2dc42b731e8285a3af036b test for warnings here too --- diff --git a/t/011_process_argv.t b/t/011_process_argv.t index e104d3b..aa1e7e1 100644 --- 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;