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:
6da38c1
)
Restore lost line from comment
author
Hugo van der Sanden
<hv@crypt.org>
Tue, 17 Jul 2018 13:51:13 +0000
(14:51 +0100)
committer
Hugo van der Sanden
<hv@crypt.org>
Tue, 17 Jul 2018 13:51:13 +0000
(14:51 +0100)
This somehow disappeared in the mro => mro_core rename of
8b371338c1
.
mro_core.c
patch
|
blob
|
blame
|
history
diff --git
a/mro_core.c
b/mro_core.c
index
cf7768f
..
c22e337
100644
(file)
--- a/
mro_core.c
+++ b/
mro_core.c
@@
-863,7
+863,7
@@
Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash,
mro_gather_and_rename set aside for us) this way, in case
one class in this list is a superclass of a another class
that we have already encountered. In such a case, meta->isa
-
+ will have been overwritten without old entries being deleted
from PL_isarev. */
struct mro_meta * const meta = HvMROMETA(stash);
if(meta->isa != (HV *)HeVAL(iter)){