X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F101_argv_bug.t;h=02c5fc21ae70a22abbb4705fcda70291ec4d94d9;hp=3a38b1531fd55a2234031e3efa51b9886d160e69;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3 diff --git a/t/101_argv_bug.t b/t/101_argv_bug.t index 3a38b15..02c5fc2 100644 --- a/t/101_argv_bug.t +++ b/t/101_argv_bug.t @@ -1,7 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::Warnings; use MooseX::Getopt;