use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 108_usage_attr.t
index 0f24131..1cc26df 100644 (file)
@@ -3,9 +3,10 @@
 
 # This tests the fix (that fulfills the documentation claim).
 
-use strict; use warnings FATAL => 'all';
+use strict;
+use warnings FATAL => 'all';
 use Test::More tests => 4;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package MyClass;