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