summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'mro_core.c')
-rw-r--r--mro_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro_core.c b/mro_core.c
index cf7768f6c8..c22e3373f1 100644
--- 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)){