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