diff options
author | ivan <ivan> | 2005-08-24 14:58:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-08-24 14:58:23 +0000 |
commit | 0aae49345c4ed31a94a19328693af3c669207bd1 (patch) | |
tree | 94edd42e9dbfb911e2bd13255abda37dd6c21d45 /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"; |