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