diff options
author | Mark Wells <mark@freeside.biz> | 2013-09-30 19:03:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-09-30 19:03:51 -0700 |
commit | 49fabe633e3a1f1b8d6b164929a498d9e48dcc38 (patch) | |
tree | 80afc964a7a75e7fcab493bb405a0d064e595298 /t/00-load.t |
start
Diffstat (limited to 't/00-load.t')
-rw-r--r-- | t/00-load.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..89be297 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,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" ); |