perldelta for 959f7ad7 (local *Detached::method)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:22:57 +0000 (06:22 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:47 +0000 (06:57 -0800)
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.
 
+=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