fix identifier for Amex, patch from Doug Juhlin / Donor.com, thanks!
[Business-OnlinePayment-IATSPayments.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6     use_ok( 'Business::OnlinePayment::IATSPayments' ) || print "Bail out!
7 ";
8 }
9
10 diag( "Testing Business::OnlinePayment::IATSPayments $Business::OnlinePayment::IATSPayments::VERSION, Perl $], $^X" );