diff options
author | ivan <ivan> | 2005-01-11 06:48:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-11 06:48:28 +0000 |
commit | e93e4c62ca78567871a493aebb1094e0590dbf71 (patch) | |
tree | 940e1b93373259b758af2ca44a2d8737394d20fa /t/load.t | |
parent | f45d0b74930c71078574e4e4f33ae2c17440d3ad (diff) |
0.01
Diffstat (limited to 't/load.t')
-rw-r--r-- | t/load.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ BEGIN { } END {print "not ok 1\n" unless $loaded;} -use Business::OnlinePayment::OpenECHO; +use Business::OnlinePayment::SecureHostingUPG; $loaded = 1; print "ok 1\n"; |