This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
two perldelta fixes
authorFather Chrysostomos <sprout@cpan.org>
Sun, 19 Jun 2011 02:33:33 +0000 (19:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 19 Jun 2011 02:33:33 +0000 (19:33 -0700)
while, not when

What are apple developer tools? Tools for developing apples? For
grafting, perhaps? :-)

pod/perldelta.pod

index 2ca6787..1688947 100644 (file)
@@ -787,7 +787,7 @@ on GNU/Hurd.  C.f. Bug-Debian: http://bugs.debian.org/587901
 
 =item Mac OS X
 
 
 =item Mac OS X
 
-Clarified apple developer tools requirements in F<README.macosx>
+Clarified Apple Developer Tools requirements in F<README.macosx>
 
 =item MSWin32
 
 
 =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>)>,
 =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 *
 
 
 =item *