doh! wrong module in test.pl. very silly.
[Business-CreditCard.git] / 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";