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

use Test::More tests => 1;

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

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