summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 55f8c6adcb..428364a6b1 100644
--- a/op.c
+++ b/op.c
@@ -3453,7 +3453,7 @@ Perl_op_lvalue_flags(pTHX_ OP *o, I32 type, U32 flags)
* set flag here.
* See also https://github.com/Perl/perl5/issues/20384
*/
- goto do_next;
+ goto nomod;
}
/* [20011101.069 (#7861)] File test operators interpret OPf_REF to mean that