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:
ba535ff
)
perldelta: 3d460042 fixed more local *ISA bugs
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:23:43 +0000
(06:23 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:57:47 +0000
(06:57 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
4bff44a
..
2e0753b
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-460,7
+460,7
@@
C<eval '$&'>. The same applies to C<$'> and C<$`> [perl #4289].
=item *
=item *
-
Two minor
bugs involving C<local *ISA> and C<local *Foo::> causing stale
+
Several
bugs involving C<local *ISA> and C<local *Foo::> causing stale
MRO caches have been fixed.
=item *
MRO caches have been fixed.
=item *