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" );