blob: 2ef2f094c098271de70ced17758227bc4eab0445 (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Business::BatchPayment::KeyBank' ) || print "Bail out!\n";
}
diag( "Testing Business::BatchPayment::KeyBank $Business::BatchPayment::KeyBank::VERSION, Perl $], $^X" );
|