From: ivan Date: Thu, 3 May 2001 11:27:26 +0000 (+0000) Subject: doh! wrong module in test.pl. very silly. X-Git-Tag: BUSINESS_CREDITCARD_0_23~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=6552816d063b33dc1bcefead2eb34295ee39d9ee doh! wrong module in test.pl. very silly. --- diff --git a/test.pl b/test.pl index 0210ca9..60841eb 100644 --- a/test.pl +++ b/test.pl @@ -8,7 +8,7 @@ BEGIN { $| = 1; print "1..1\n"; } END {print "not ok 1\n" unless $loaded;} -use DBIx::DataSource; +use Business::CreditCard; $loaded = 1; print "ok 1\n";