diff options
author | ivan <ivan> | 2001-09-01 21:47:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-01 21:47:31 +0000 |
commit | a906edd8acfc363934aecc7b035e92aad117f602 (patch) | |
tree | 1e97b74883d02fa9c9061ee5fc1c0d81ac0d4751 /t/load.t |
initial importSTARTBUSINESS_ONLINEPAYMENT_AUTHORIZENET_3_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..5d2dfc1 --- /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::AuthorizeNet; +$loaded = 1; +print "ok 1\n"; |