mention the aliasing feature of NoGetopt as well
[gitmo/MooseX-Getopt.git] / t / 007_nogetopt_trait.t
index 0088983..7c29264 100644 (file)
@@ -1,10 +1,9 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 9;
+use Test::More tests => 10;
 use Test::Fatal;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::Getopt');