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