This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 9407f9c1
authorDavid Leadbeater <dgl@dgl.cx>
Wed, 9 Mar 2011 20:48:54 +0000 (20:48 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 9 Mar 2011 20:56:10 +0000 (21:56 +0100)
pod/perldelta.pod

index 5aa4cb4..9f9f814 100644 (file)
@@ -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