This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 959f7ad7 (local *Detached::method)
[perl5.git] / pod / perldelta.pod
index 4c95edf..4bff44a 100644 (file)
@@ -468,6 +468,12 @@ MRO caches have been fixed.
 Defining a subroutine when its typeglob has been aliased no longer results
 in stale method caches.  This bug was introduced in Perl 5.10.
 
 Defining a subroutine when its typeglob has been aliased no longer results
 in stale method caches.  This bug was introduced in Perl 5.10.
 
+=item *
+
+Localising a typeglob containing a subroutine when the typeglob's package
+has been deleted from its parent stash no longer produces an error.  This
+bug was introduced in Perl 5.14.
+
 =back
 
 =head1 Known Problems
 =back
 
 =head1 Known Problems