We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7213797 commit 1e86200Copy full SHA for 1e86200
pp_ctl.c
@@ -4294,7 +4294,7 @@ S_require_file(pTHX_ SV *sv)
4294
SvSetSV_nosteal(nsv,sv);
4295
}
4296
4297
- ENTER_with_name("call_INC");
+ ENTER_with_name("call_INC_hook");
4298
SAVETMPS;
4299
EXTEND(SP, 2);
4300
@@ -4374,7 +4374,7 @@ S_require_file(pTHX_ SV *sv)
4374
4375
PUTBACK;
4376
FREETMPS;
4377
- LEAVE_with_name("call_INC");
+ LEAVE_with_name("call_INC_hook");
4378
4379
/* Now re-mortalize it. */
4380
sv_2mortal(filter_cache);
0 commit comments