From 47238075380aaa1b3f2df2427db84f1f008c3e87 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 28 Aug 2002 11:08:09 +0000 Subject: [PATCH] Change 1..1 to 1..2 and it would be just perfect ;-) --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.pl b/test.pl index fcd547a..f96a1d2 100644 --- 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; -- 2.11.0