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