a06573d5b7684497a4eed3a254fca95413a30a89
[gitmo/MooseX-Getopt.git] / t / 000_load.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9     use_ok('MooseX::Getopt');
10 }