use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 109_help_flag.t
index a9b8756..15b6ac1 100644 (file)
 
 # 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;
 
 {