[DOC PATCH bleadperl] its vs it's in perlhack.pod
Philip Newton [Wed, 18 Jul 2001 21:43:57 +0000 (23:43 +0200)]
Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>

p4raw-id: //depot/perl@11411

pod/perlhack.pod

index 3eb44bf..3c0208e 100644 (file)
@@ -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<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