test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 100_gld_default_bug.t
index 3237cd9..40ca140 100644 (file)
@@ -1,9 +1,8 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 6;
+use Test::NoWarnings 1.04 ':early';
 
 use Test::Requires {
     'Getopt::Long::Descriptive' => 0.01, # skip all if not installed