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