7f4f8c5c24efa7b5d2c221a3f961a6e04bfafc0b
[Business-OnlinePayment.git] / 00load.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More tests => 1;
6
7 BEGIN {
8     use_ok("Business::OnlinePayment")
9       or BAIL_OUT("unable to load Business::OnlinePayment\n");
10 }