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