lots of Config::Any fixes, brought in C::Any testsuite (refactored, partly, from...
[p5sagit/Config-Any.git] / t / 00.load.t
CommitLineData
c80a0905 1use Test::More tests => 1;
2
3BEGIN {
4use_ok( 'Config::Any' );
5}
6
7diag( "Testing Config::Any $Config::Any::VERSION" );