Import original source of Geo-USCensus-Geocoding 0.01
[Geo-USCensus-Geocoding.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6     use_ok( 'Geo::USCensus::Geocoding' ) || print "Bail out!\n";
7 }
8
9 diag( "Testing Geo::USCensus::Geocoding $Geo::USCensus::Geocoding, Perl $], $^X" );