diff options
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/universal.c b/universal.c index 2707e46d89..9bf3efcb6e 100644 --- a/universal.c +++ b/universal.c @@ -53,6 +53,7 @@ isa_lookup(HV *stash, char *name, int len, int level) SV* sv = *svp++; HV* basestash = gv_stashsv(sv, FALSE); if (!basestash) { + dTHR; if (ckWARN(WARN_MISC)) warner(WARN_SYNTAX, "Can't locate package %s for @%s::ISA", |