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

use Test::More tests => 1;

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

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