projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad27567
)
perl5160delta: Don’t mention study bug fixes
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 21 Apr 2012 06:14:19 +0000
(23:14 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 21 Apr 2012 06:14:19 +0000
(23:14 -0700)
Now that we’ve made it a no-op, it’s not necessary to list the bug
fixes it had.
Porting/perl5160delta.pod
patch
|
blob
|
history
diff --git
a/Porting/perl5160delta.pod
b/Porting/perl5160delta.pod
index
2941baa
..
ddf362c
100644
(file)
--- a/
Porting/perl5160delta.pod
+++ b/
Porting/perl5160delta.pod
@@
-3155,11
+3155,6
@@
from when parsing a here document [perl #90128]. (5.14.1)
=item *
-The C<study> function could become confused if fed a string longer than
-2**31 characters. Now that it's a no-op, it can't.
-
-=item *
-
C<each(I<ARRAY>)> is now wrapped in C<defined(...)>, like C<each(I<HASH>)>,
inside a C<while> condition [perl #90888].