summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-10 01:12:26 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-10 01:23:10 -0700
commite0d4623837bd4fec749e31c1cd002d3d6374fd26 (patch)
treebaf91ba2b84607c682c367fbb2d9abcc0729511f /pod
parent42dd67ca0471eb6dbdf676a529268c19897815c2 (diff)
downloadperl-e0d4623837bd4fec749e31c1cd002d3d6374fd26.tar.gz
perldelta for PL_stashcacheh and glob-to-glob assignment (210fdecd4)
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a0f01fc7ae..33e555bcb7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -569,6 +569,13 @@ Through certain conundrums, it is possible to cause the current package to
be freed. Certain operators (C<bless>, C<reset>, C<open>, C<eval>) could
not cope and would crash. They have been made more resilient. [RT #117941]
+=item *
+
+Aliasing filehandles through glob-to-glob assignment would not update
+internal method caches properly if a package of the same name as the
+filehandle existed, resulting in filehandle method calls going to the
+package instead. This has been fixed.
+
=back
=head1 Known Problems