use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 110_sort_usage_by_attr_order.t
index c6511bf..c025680 100644 (file)
@@ -8,9 +8,10 @@
 # early), followed by options added by parent classes and roles, and then
 # options added by this class.
 
-use strict; use warnings FATAL => 'all';
+use strict;
+use warnings FATAL => 'all';
 use Test::More tests => 2;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package MyClass;