This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perldelta for 959f7ad7 (local *Detached::method)
[perl5.git]
/
pod
/
perldelta.pod
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
4c95edf
..
4bff44a
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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