Import of Business::OnlinePayment 2.01
[Business-OnlinePayment.git] / test.pl
1 # Before `make install' is performed this script should be runnable with
2 # `make test'. After `make install' it should work as `perl test.pl'
3
4 # test 1
5 BEGIN { $| = 1; print "1..2\n"; }
6 END {print "not ok 1\n" unless $loaded;}
7 use Business::OnlinePayment;
8 $loaded = 1;
9 print "ok 1\n";