533e49667747a4a8727d0bd8590b0ae5d6fffce4
[Business-OnlinePayment.git] / t / bop_https.t
1 # test 1
2 BEGIN { $| = 1; print "1..1\n"; }
3 END {print "not ok 1\n" unless $loaded;}
4
5 use Business::OnlinePayment::HTTPS;
6 $loaded = 1;
7 print "ok 1\n";
8
9