diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-18 19:33:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-18 19:33:33 -0700 |
commit | 0814ec6896b3a69338ad7fa3b4f288e2f9b2ad10 (patch) | |
tree | ee7ab12e79a4ca43335ee0cfa3f08d91b184df75 /pod | |
parent | 33ce5db243675c87fba8ecb575cafeb2109889f0 (diff) | |
download | perl-0814ec6896b3a69338ad7fa3b4f288e2f9b2ad10.tar.gz |
two perldelta fixes
while, not when
What are apple developer tools? Tools for developing apples? For
grafting, perhaps? :-)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2ca6787005..1688947f93 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -787,7 +787,7 @@ on GNU/Hurd. C.f. Bug-Debian: http://bugs.debian.org/587901 =item Mac OS X -Clarified apple developer tools requirements in F<README.macosx> +Clarified Apple Developer Tools requirements in F<README.macosx> =item MSWin32 @@ -1183,7 +1183,7 @@ The C<study> function could become confused if fed a string longer than =item * C<each(I<ARRAY>)> is now wrapped in C<defined(...)>, like C<each(I<HASH>)>, -inside a C<when> condition [RT #90888]. +inside a C<while> condition [RT #90888]. =item * |