summaryrefslogtreecommitdiff
path: root/FS/t/banned_pay.t
blob: d361c588dbbfd4b0a10fe4bffb2a76a61f630f4e (plain)
1
2
3
4
5
6
7
8
BEGIN { $| = 1; print "1..1
" }
END {print "not ok 1
" unless $loaded;}
use FS::banned_pay;
$loaded=1;
print "ok 1
";