Change 1..1 to 1..2 and it would be just perfect ;-)
authorivan <ivan>
Wed, 28 Aug 2002 11:08:09 +0000 (11:08 +0000)
committerivan <ivan>
Wed, 28 Aug 2002 11:08:09 +0000 (11:08 +0000)
test.pl

diff --git a/test.pl b/test.pl
index fcd547a..f96a1d2 100644 (file)
--- a/test.pl
+++ b/test.pl
@@ -6,7 +6,7 @@
 # Change 1..1 below to 1..last_test_to_print .
 # (It may become useful if the test is moved to ./t subdirectory.)
 
-BEGIN { $| = 1; print "1..1\n"; }
+BEGIN { $| = 1; print "1..2\n"; }
 END {print "not ok 1\n" unless $loaded;}
 use Business::CreditCard;
 $loaded = 1;