use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 103_uc_bug.t
index b9e694e..8fa6eec 100644 (file)
@@ -1,8 +1,8 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 4;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package App;