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

use Test::More tests => 1;

BEGIN {
    use_ok( 'Business::OnlinePayment::vSecureProcessing' ) || print "Bail out!
";
}

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