From 139353f8bcac2fbad903fe06b5439e8a69d4f3ac Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Dec 2012 06:20:12 -0800 Subject: [PATCH 1/1] perldelta for 978a498e (PL_sub_generation++) --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4809916..4c95edf 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -463,6 +463,11 @@ C. The same applies to C<$'> and C<$`> [perl #4289]. Two minor bugs involving C and C causing stale MRO caches have been fixed. +=item * + +Defining a subroutine when its typeglob has been aliased no longer results +in stale method caches. This bug was introduced in Perl 5.10. + =back =head1 Known Problems -- 1.8.3.1