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