blob: eaff07fc810676b9769f27c33702880de14c71a9 (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Business::OnlinePayment::GlobalPayments' );
}
diag( "Testing Business::OnlinePayment::GlobalPayments $Business::OnlinePayment::GlobalPayments::VERSION, Perl $], $^X" );
|