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