From: Philip Newton Date: Wed, 18 Jul 2001 21:43:57 +0000 (+0200) Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23acf6821d640f06d65b9a368b9c4101c358376d;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH bleadperl] its vs it's in perlhack.pod Message-Id: p4raw-id: //depot/perl@11411 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 3eb44bf..3c0208e 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1624,7 +1624,7 @@ considerations. 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 style to avoid +rest it's best to use a simple C style to avoid broken core functionality from causing the whole test to collapse. When you say "make test" Perl uses the F program to run the