remove useless shebangs in tests
[gitmo/MooseX-Getopt.git] / t / 100_gld_default_bug.t
index a7dc478..3e3aa97 100644 (file)
@@ -1,10 +1,7 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Test::More tests => 5;
-use Test::Exception;
 
 use Test::Requires {
     'Getopt::Long::Descriptive' => 0.01, # skip all if not installed