X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=blobdiff_plain;f=test.pl;h=60841eba0fa1d1415f312446d07b75017df55f93;hp=0210ca9bcf1edfd7ec7504bb8f6b8bc85740151d;hb=6552816d063b33dc1bcefead2eb34295ee39d9ee;hpb=f0bb572574c03a7f0a2473ded659a21efe653826

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";