diff options
author | ivan <ivan> | 2001-09-26 03:33:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-26 03:33:32 +0000 |
commit | 7d273cd94a994ff10dcf1a373b6f2747d2ffc9e0 (patch) | |
tree | e9940447c8b17678dfbf746ca7b27bde1f1a66f1 /t/load.t |
initial importSTARTBUSINESS_ONLINEPAYMENT_BANKOFAMERICA_1_00
Diffstat (limited to 't/load.t')
-rw-r--r-- | t/load.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/load.t b/t/load.t new file mode 100644 index 0000000..d49b683 --- /dev/null +++ b/t/load.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n"; } +END {print "not ok 1\n" unless $loaded;} +use Business::OnlinePayment::BankOfAmerica; +$loaded = 1; +print "ok 1\n"; |