To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199911030852.DAA06563@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4519
}
else { /* lvalue subroutine call */
o->op_private |= OPpLVAL_INTRO;
- if (type == OP_GREPSTART || type == OP_ENTERSUB) {
+ if (type == OP_GREPSTART || type == OP_ENTERSUB || type == OP_REFGEN) {
/* Backward compatibility mode: */
o->op_private |= OPpENTERSUB_INARGS;
break;