MooseX-ConfigFromFile-0.09
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
CommitLineData
c35b639e 1use strict;
bd567467 2use warnings FATAL => 'all';
c35b639e 3
fcc2d1ec 4use Test::More tests => 2;
5use Test::NoWarnings 1.04 ':early';
c35b639e 6
7BEGIN {
8 use_ok('MooseX::ConfigFromFile');
9}