(no commit message)
[Business-OnlineThirdPartyPayment.git] / t / 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::OnlineThirdPartyPayment")
9       or BAIL_OUT("unable to load Business::OnlineThirdPartyPayment\n");
10 }