do not let warnings kill an install
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
CommitLineData
c35b639e 1use strict;
bd567467 2use warnings FATAL => 'all';
c35b639e 3
0f01d3ff 4use Test::More;
5use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
c35b639e 6
7BEGIN {
8 use_ok('MooseX::ConfigFromFile');
9}
0f01d3ff 10
11done_testing;