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