This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ce5db
)
two perldelta fixes
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 19 Jun 2011 02:33:33 +0000
(19:33 -0700)
committer
Father 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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
2ca6787
..
1688947
100644
(file)
--- 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 t
ools requirements in F<README.macosx>
+Clarified
Apple Developer T
ools 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<wh
en
> condition [RT #90888].
+inside a C<wh
ile
> condition [RT #90888].
=item *