doh! wrong module in test.pl. very silly.
authorivan <ivan>
Thu, 3 May 2001 11:27:26 +0000 (11:27 +0000)
committerivan <ivan>
Thu, 3 May 2001 11:27:26 +0000 (11:27 +0000)
test.pl

diff --git a/test.pl b/test.pl
index 0210ca9..60841eb 100644 (file)
--- 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";