summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 2b56323cb201ab361a0531b22f8558414d99ee6b (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Business::OnlinePayment::WesternACH' );
}

diag( "Testing Business::OnlinePayment::WesternACH $Business::OnlinePayment::WesternACH::VERSION, Perl $], $^X" );