spurious whitespace
[gitmo/MooseX-Getopt.git] / t / 003_inferred_option_type.t
index e5ceae9..01cd599 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';
 
 BEGIN {
     use_ok('MooseX::Getopt');
@@ -27,7 +26,6 @@ BEGIN {
         isa     => 'ArrayOfInts',
         default => sub { [0] }
     );
-
 }
 
 {