This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for last two fixes
authorFather Chrysostomos <sprout@cpan.org>
Wed, 18 Jan 2012 04:35:24 +0000 (20:35 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 18 Jan 2012 04:35:24 +0000 (20:35 -0800)
pod/perldelta.pod

index dc7ac99..bb082de 100644 (file)
@@ -972,6 +972,11 @@ C<lstat> is documented to fall back to C<stat> (with a warning) when given
 a filehandle.  When passed an IO reference, it was actually doing the
 equivalent of S<C<stat _>> and ignoring the handle.
 
+=item * Crashes with warnings
+
+Two warning messages that mention variable names started crashing in
+5.15.5, but have been fixed [perl #106726].
+
 =back
 
 =head1 Known Problems