From 6552816d063b33dc1bcefead2eb34295ee39d9ee Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 3 May 2001 11:27:26 +0000 Subject: [PATCH] doh! wrong module in test.pl. very silly. --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.11.0