add other contributors, in order of first commit
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
CommitLineData
c35b639e 1use strict;
2use warnings;
3
fcc2d1ec 4use Test::More tests => 2;
5use Test::NoWarnings 1.04 ':early';
c35b639e 6
7BEGIN {
8 use_ok('MooseX::ConfigFromFile');
9}