summaryrefslogtreecommitdiff
path: root/FS/t/GeocodeCache.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-14 15:36:20 -0700
committerMark Wells <mark@freeside.biz>2012-04-14 15:36:20 -0700
commit5371ad9dd6bf63e29ffc85c8381f1ea2630b1749 (patch)
tree0109d86cf93a84697fe84fc29927a9f058cf3d93 /FS/t/GeocodeCache.t
parent5abe1300f16cf01a6311203deee29373162491c7 (diff)
parent401ba3ab0637de1bc460370949b75dca092375d8 (diff)
merge master
Diffstat (limited to 'FS/t/GeocodeCache.t')
-rw-r--r--FS/t/GeocodeCache.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/GeocodeCache.t b/FS/t/GeocodeCache.t
new file mode 100644
index 000000000..eae6f0d01
--- /dev/null
+++ b/FS/t/GeocodeCache.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::GeocodeCache;
+$loaded=1;
+print "ok 1\n";