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 54b961a commit bc6e83cCopy full SHA for bc6e83c
pp_ctl.c
@@ -4451,9 +4451,8 @@ S_require_file(pTHX_ SV *sv)
4451
SAVETMPS;
4452
PUSHMARK(PL_stack_sp);
4453
rpp_xpush_1(name_sv); /* always use the object for method calls */
4454
- int count = call_sv(PL_hook__require__before, G_SCALAR);
+ call_sv(PL_hook__require__before, G_SCALAR);
4455
SV *rsv = *PL_stack_sp;
4456
- assert(count == 1); /* scalar context */
4457
if (SvOK(rsv) && SvROK(rsv) && SvTYPE(SvRV(rsv)) == SVt_PVCV) {
4458
/* the RC++ preserves it across the popping and/or FREETMPS
4459
* below */
0 commit comments