This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 978a498e (PL_sub_generation++)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:20:12 +0000 (06:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:46 +0000 (06:57 -0800)
pod/perldelta.pod

index 4809916..4c95edf 100644 (file)
@@ -463,6 +463,11 @@ C<eval '$&'>.  The same applies to C<$'> and C<$`> [perl #4289].
 Two minor bugs involving C<local *ISA> and C<local *Foo::> causing stale
 MRO caches have been fixed.  
 
 Two minor bugs involving C<local *ISA> and C<local *Foo::> 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
 =back
 
 =head1 Known Problems