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