blob: 46f282f43a6b12addd68dd77c9a8a6b3e5679d4b (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Geo::USCensus::Geocoding' ) || print "Bail out!\n";
}
diag( "Testing Geo::USCensus::Geocoding $Geo::USCensus::Geocoding, Perl $], $^X" );
|