migrated repository to github moose organization
[gitmo/MooseX-Getopt.git] / t / 100_gld_default_bug.t
index 6425819..0d6c410 100644 (file)
@@ -1,10 +1,10 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
-use Test::Requires 'Getopt::Long::Descriptive';
+use Getopt::Long::Descriptive;
 
 use_ok('MooseX::Getopt');