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