summaryrefslogtreecommitdiff
path: root/lib/Test/Harness.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-04 13:57:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-04 13:57:41 +0000
commita86fac9cdf153fe3ccade3afb986fd45ef393461 (patch)
treed6b562d39286863f410e60dc0427e3bc7fa69b64 /lib/Test/Harness.pm
parentb4e009bec552efad97a5f0403d80a2afdcb546d8 (diff)
downloadperl-a86fac9cdf153fe3ccade3afb986fd45ef393461.tar.gz
Typo nits from Wolfgang Laun.
p4raw-id: //depot/perl@15729
Diffstat (limited to 'lib/Test/Harness.pm')
-rw-r--r--lib/Test/Harness.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm
index e1d5154f48..0dd0f28a7d 100644
--- a/lib/Test/Harness.pm
+++ b/lib/Test/Harness.pm
@@ -88,7 +88,7 @@ test program.
=item B<'1..M'>
This header tells how many tests there will be. It should be the
-first line output by your test program (but its okay if its preceded
+first line output by your test program (but it is okay if it is preceded
by comments).
In certain instanced, you may not know how many tests you will
@@ -1185,7 +1185,7 @@ portable because $^X is not consistent for shebang scripts across
platforms. This is no problem when Test::Harness is run with an
absolute path to the perl binary or when $^X can be found in the path.
-HARNESS_COMPILE_TEST currently assumes its run from the Perl source
+HARNESS_COMPILE_TEST currently assumes it is run from the Perl source
directory.
=cut