From: ivan Date: Wed, 28 Aug 2002 11:08:09 +0000 (+0000) Subject: Change 1..1 to 1..2 and it would be just perfect ;-) X-Git-Tag: BUSINESS_CREDITCARD_0_28~4 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=47238075380aaa1b3f2df2427db84f1f008c3e87 Change 1..1 to 1..2 and it would be just perfect ;-) --- 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;