- Switch to using Test::More
[Business-OnlinePayment-PayflowPro.git] / t / bop.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More tests => 1;
6
7 use_ok("Business::OnlinePayment");