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