summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authormark <mark>2011-03-01 04:09:22 +0000
committermark <mark>2011-03-01 04:09:22 +0000
commite3a2ca0a7ef6e0931283136321ba8c1494b37c19 (patch)
tree76a8c61c906152b8b88a558b7c79f918b13e0722 /FS/t
parent39bf086cae20fa746336953f46ae7b9245f3891f (diff)
VoipNow export, #11170
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/areacode.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/areacode.t b/FS/t/areacode.t
new file mode 100644
index 000000000..6afcb4350
--- /dev/null
+++ b/FS/t/areacode.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::areacode;
+$loaded=1;
+print "ok 1\n";