use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 000_load.t
CommitLineData
5dac17c3 1use strict;
aec09248 2use warnings FATAL => 'all';
5dac17c3 3
9fbb5be9 4use Test::More tests => 2;
25eb430d 5use Test::Warnings;
5dac17c3 6
7BEGIN {
8 use_ok('MooseX::Getopt');
9}