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

use Test::More tests => 1;

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

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