Change 11411 by nick@camel-linux on 2001/07/19 06:41:34 Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod From: Philip Newton <[EMAIL PROTECTED]> Date: Wed, 18 Jul 2001 21:43:57 +0200 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pod/perlhack.pod#30 edit Differences ... ==== //depot/perl/pod/perlhack.pod#30 (text) ==== Index: perl/pod/perlhack.pod --- perl/pod/perlhack.pod.~1~ Thu Jul 19 00:45:06 2001 +++ perl/pod/perlhack.pod Thu Jul 19 00:45:06 2001 @@ -1624,7 +1624,7 @@ For most libraries and extensions, you'll want to use the Test::More library rather than rolling your own test functions. If a module test doesn't use Test::More, consider rewriting it so it does. For the -rest its best to use a simple C<print "ok $test_num\n"> style to avoid +rest it's best to use a simple C<print "ok $test_num\n"> style to avoid broken core functionality from causing the whole test to collapse. When you say "make test" Perl uses the F<t/TEST> program to run the End of Patch.