summaryrefslogtreecommitdiff
path: root/FS/t/GeocodeCache.t
blob: eae6f0d01e0d3743afdd0b257432e6fcc253da62 (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::GeocodeCache;
$loaded=1;
print "ok 1\n";