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:
5111234
)
perldelta for 317f3b6
author
Jesse Luehrs
<doy@tozt.net>
Thu, 5 Jul 2012 13:54:55 +0000
(08:54 -0500)
committer
Jesse Luehrs
<doy@tozt.net>
Thu, 5 Jul 2012 13:54:55 +0000
(08:54 -0500)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
da6a970
..
6ebd93c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-455,6
+455,11
@@
C<< <> >> [perl #47119].
Specifying only the C<fallback> key when calling C<use overload> now behaves
properly [perl #113010].
+=item *
+
+C<< sub foo { my $a = 0; while ($a) { ... } } >> and
+C<< sub foo { while (0) { ... } } >> now return the same thing [perl #73618].
+
=back
=head1 Known Problems