remove useless shebangs in tests
[gitmo/MooseX-Getopt.git] / t / 000_load.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 BEGIN {
7     use_ok('MooseX::Getopt');
8 }