3.05, add nacha_sec_code
[Business-OnlinePayment.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::OnlinePayment")
9       or BAIL_OUT("unable to load Business::OnlinePayment\n");
10 }