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:
d83adb2
)
perldelta for 9407f9c1
author
David Leadbeater
<dgl@dgl.cx>
Wed, 9 Mar 2011 20:48:54 +0000
(20:48 +0000)
committer
Florian Ragwitz
<rafl@debian.org>
Wed, 9 Mar 2011 20:56:10 +0000
(21:56 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
5aa4cb4
..
9f9f814
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-428,13
+428,13
@@
XXX Important bug fixes in the core language are summarised here.
Bug fixes in files in F<ext/> and F<lib/> are best summarised in
L</Modules and Pragmata>.
-[ List each fix as a =item entry ]
-
=over 4
=item *
-XXX
+A fix for a bug in C<length(undef)> in 5.13.4 introduced a regression that
+meant C<print length undef> did not warn when warnings were enabled. It now
+correctly warns (RT #85508).
=back