In this, the last tale of the NGROUPS saga, a former pumpking prods
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index eebaf67..cb9b0e6 100644 (file)
--- a/op.c
+++ b/op.c
@@ -7319,6 +7319,10 @@ Perl_peep(pTHX_ register OP *o)
 
            o->op_opt = 1;
 
+
+           if ((o->op_flags && OPf_WANT) != OPf_WANT_VOID)
+               break;
+
            if ((o->op_private & ~OPpASSIGN_BACKWARDS) != 2)
                break;