From e0d4623837bd4fec749e31c1cd002d3d6374fd26 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 10 Jun 2013 01:12:26 -0700 Subject: [PATCH] perldelta for PL_stashcacheh and glob-to-glob assignment (210fdecd4) --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a0f01fc..33e555b 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, C, C, C) 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 -- 2.7.4