1use Test::More tests => 1;
2
3BEGIN {
4use_ok( 'Config::Std' );
5}
6
7diag( "Testing Config::Std $Config::Std::VERSION" );
8