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