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
5BEGIN { $| = 1; print "1..2\n"; }
6END {print "not ok 1\n" unless $loaded;}
7use Business::OnlinePayment::MerchantCommerce;
8$loaded = 1;
9print "ok 1\n";
10