In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c0c194339c9162d3d4efc47e38b249ed5de6682b?hp=511123483773b6f7ed07860443437bc45ecd4ead>
- Log ----------------------------------------------------------------- commit c0c194339c9162d3d4efc47e38b249ed5de6682b Author: Jesse Luehrs <d...@tozt.net> Date: Thu Jul 5 08:54:55 2012 -0500 perldelta for 317f3b6 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index da6a970..6ebd93c 100644 --- 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 -- Perl5 Master Repository