diff options
author | ivan <ivan> | 2006-07-04 01:18:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-07-04 01:18:33 +0000 |
commit | d177cda5d1f99f5c163ee62861613bc02290d84f (patch) | |
tree | fab2d3b7c0e33c093acddc2cee6693c71af10783 /t/bop.t |
initial importSTART
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"; |