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

use Test::More tests => 1;

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

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