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