X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011_process_argv.t;h=2a7baf3d58f56653931ccc58ed6f2e4f8ddb4578;hb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;hp=c070d5406cb3fe9b3fd32466482ae3c30393b903;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/011_process_argv.t b/t/011_process_argv.t index c070d54..2a7baf3 100644 --- a/t/011_process_argv.t +++ b/t/011_process_argv.t @@ -1,18 +1,9 @@ use strict; use warnings; -use Test::More; +use Test::More tests => 6; use Test::Fatal 0.003; - -if ( !eval { require Test::Deep } ) -{ - plan skip_all => 'Test requires Test::Deep'; - exit; -} -else -{ - plan tests => 6; -} +use Test::Requires 'Test::Deep'; { package Testing::Foo;