summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
Diffstat (limited to 'mro.c')
-rw-r--r--mro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro.c b/mro.c
index 87b5cb2423..61dbad3af9 100644
--- a/mro.c
+++ b/mro.c
@@ -334,7 +334,7 @@ Perl_mro_get_linear_isa(pTHX_ HV *stash)
} else if(meta->mro_which == MRO_C3) {
return mro_get_linear_isa_c3(stash, 0);
} else {
- Perl_croak(aTHX_ "Internal error: invalid MRO!");
+ Perl_croak(aTHX_ "panic: invalid MRO!");
}
}