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