first changes for 3.00_01 test release
[Business-OnlinePayment.git] / t / bop.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;
6 $loaded = 1;
7 print "ok 1\n";
8
9