From: ivan Date: Fri, 21 Jun 2002 02:56:59 +0000 (+0000) Subject: doh X-Git-Tag: BUSINESS_ONLINEPAYMENT_ESEC_0_02~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-eSec.git;a=commitdiff_plain;h=a30456f670e0204689a4119e6730cf7b0fac965c doh --- diff --git a/t/load.t b/t/load.t index 5d2dfc1..e885ea2 100644 --- a/t/load.t +++ b/t/load.t @@ -1,5 +1,5 @@ BEGIN { $| = 1; print "1..1\n"; } END {print "not ok 1\n" unless $loaded;} -use Business::OnlinePayment::AuthorizeNet; +use Business::OnlinePayment::eSec; $loaded = 1; print "ok 1\n";