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

use Test::More tests => 1;

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

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