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