This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for f6894bc8d44 and e52de15a29
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:10:53 +0000 (00:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:10:53 +0000 (00:10 -0700)
pod/perldelta.pod

index bc0f766..d9ab982 100644 (file)
@@ -364,6 +364,11 @@ an arbitrary expression), rather than the handle "foo".
 C<truncate FOO, $len> no longer falls back to treating "FOO" as a file name
 if the filehandle has been deleted.  This was broken in Perl 5.16.0.
 
+=item *
+
+Subroutine redefinitions after sub-to-glob and glob-to-glob assignments no
+longer cause double frees or panic messages.
+
 =back
 
 =head1 Known Problems