make all warnings fatal in tests
[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;
5use Test::NoWarnings 1.04 ':early';
5dac17c3 6
7BEGIN {
8 use_ok('MooseX::Getopt');
9}