summaryrefslogtreecommitdiff
path: root/t/bop_https.t
blob: 533e49667747a4a8727d0bd8590b0ae5d6fffce4 (plain)
1
2
3
4
5
6
7
8
9
# test 1
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}

use Business::OnlinePayment::HTTPS;
$loaded = 1;
print "ok 1\n";