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