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

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

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

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