X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F109_help_flag.t;fp=t%2F109_help_flag.t;h=15b6ac1b2b1cd9f03db40be54788db2d4df42df5;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hp=a9b875619eb5fab3bdd6edbde32dcaea85b5320f;hpb=cdd395884daf35d68623436592a69e2e6ca89248;p=gitmo%2FMooseX-Getopt.git diff --git a/t/109_help_flag.t b/t/109_help_flag.t index a9b8756..15b6ac1 100644 --- a/t/109_help_flag.t +++ b/t/109_help_flag.t @@ -16,9 +16,10 @@ # Update: since 0.41, usage info is printed to stdout, not stderr. -use strict; use warnings FATAL => 'all'; +use strict; +use warnings FATAL => 'all'; use Test::More tests => 23; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; use Test::Trap; {