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