diff options
author | ivan <ivan> | 2003-10-24 16:43:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-24 16:43:19 +0000 |
commit | 99a03593b7904a1884b3922508fed19df5a9c852 (patch) | |
tree | 685031f293a52c8b68da99cb52e6bb5abb9c351e /t/bop.t |
Diffstat (limited to 't/bop.t')
-rw-r--r-- | t/bop.t | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n"; } +END {print "not ok 1\n" unless $loaded;} +use Business::OnlinePayment; +$loaded = 1; +print "ok 1\n"; |