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

use Test::More tests => 1;

BEGIN {
    use_ok( 'Business::BatchPayment::CardFortress' ) || print "Bail out!\n";
}

diag( "Testing Business::BatchPayment::CardFortress $Business::BatchPayment::CardFortress::VERSION, Perl $], $^X" );