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