added test configs
[p5sagit/Config-Any.git] / t / 00.load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4 use_ok( 'Config::Any' );
5 }
6
7 diag( "Testing Config::Any $Config::Any::VERSION" );