summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 6027a67de7fbb3359c94d6b606b8d94aaf9595eb (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
    use_ok( 'Geo::EZLocate' ) || print "Bail out!\n";
}

diag( "Testing Geo::EZLocate $Geo::EZLocate::VERSION, Perl $], $^X" );