summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-11-30 16:14:46 -0800
committerMark Wells <mark@freeside.biz>2013-11-30 16:14:46 -0800
commit68c383d52b1f7316d820007e19e00ba7f62ba82f (patch)
tree39e8c8eacdf205543e8c9c8d1fc53666721aa16d /t
initial commit
Diffstat (limited to 't')
-rw-r--r--t/00-load.t9
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..ad9f438
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Geo::Melissa::WebSmart' ) || print "Bail out!\n";
+}
+
+diag( "Testing Geo::Melissa::WebSmart $Geo::Melissa::WebSmart::VERSION, Perl $], $^X" );