24b408108cf5ec931564b852157db7ee2d74d528
[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 }