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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a0e45ba
)
perldelta for 978a498e (PL_sub_generation++)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:20:12 +0000
(06:20 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:57:46 +0000
(06:57 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
4809916
..
4c95edf
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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