AutoPrereq doesn't work here.
[gitmo/MooseX-Getopt.git] / t / 000_load.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More 0.88;
7 use Test::Warn 0.21;
8 use Test::Requires 0.05;
9 use Test::Exception 0.21;
10
11 use_ok('MooseX::Getopt');
12
13 done_testing;
14