diff options
author | ivan <ivan> | 2009-10-29 18:38:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-29 18:38:09 +0000 |
commit | fcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (patch) | |
tree | 3982ce563d7b0fa726ae033aadf92748350b2123 /FS/t/class_Common.t | |
parent | 9d77a21db3642ca66d9a0e545b804b7e6b4090ee (diff) |
customer classification, RT#6376
Diffstat (limited to 'FS/t/class_Common.t')
-rw-r--r-- | FS/t/class_Common.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/class_Common.t b/FS/t/class_Common.t new file mode 100644 index 000000000..9ac809b0b --- /dev/null +++ b/FS/t/class_Common.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::class_Common; +$loaded=1; +print "ok 1\n"; |