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
(parent:
e078d89
)
perldelta for 6e1b2de7 (localised glob assignment)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:17:49 +0000
(06:17 -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
b38f721
..
4809916
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-458,6
+458,11
@@
Accessing C<$&> after a pattern match now works if it had not been seen
before the match. I.e., this applies to C<${'&'}> (under C<no strict>) and
C<eval '$&'>. The same applies to C<$'> and C<$`> [perl #4289].
+=item *
+
+Two minor bugs involving C<local *ISA> and C<local *Foo::> causing stale
+MRO caches have been fixed.
+
=back
=head1 Known Problems