summaryrefslogtreecommitdiff
path: root/t/00load.t
blob: 40e2dfbef4f44e7c7fefde8ea21ee4b7742367cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

use strict;
use warnings;
use Test::More tests => 2;

BEGIN {
    use_ok("Business::OnlinePayment")
      or BAIL_OUT("unable to load Business::OnlinePayment\n");

    use_ok("Business::OnlinePayment::TransFirsteLink")
      or BAIL_OUT("unable to load Business::OnlinePayment::TransFirsteLink\n");
}