switch to my pluginbundle, weaving pod and authors moved to contributors
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
1 use strict;
2 use warnings FATAL => 'all';
3
4 use Test::More;
5 use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
6
7 BEGIN {
8     use_ok('MooseX::ConfigFromFile');
9 }
10
11 done_testing;