remove useless shebangs in tests
[gitmo/MooseX-Getopt.git] / t / 004_nogetop.t
index 974c6c8..a4c4455 100644 (file)
@@ -1,10 +1,8 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Test::More tests => 9;
-use Test::Fatal;
+use Test::Fatal 0.003;
 
 BEGIN {
     use_ok('MooseX::Getopt');