From e178c74424188071a41e23f88a3648fd83276dba Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 22 Jun 2011 08:36:45 -0700 Subject: [PATCH] Remove another CvLVALUE check from pp_leavesublv --- pp_ctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pp_ctl.c b/pp_ctl.c index c358734..9f7c52a 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -2437,8 +2437,6 @@ PP(pp_leavesublv) goto rvalue; if (gimme == G_ARRAY) { mark = newsp + 1; - if (!CvLVALUE(cx->blk_sub.cv)) - goto rvalue_array; EXTEND_MORTAL(SP - newsp); for (mark = newsp + 1; mark <= SP; mark++) { if (SvTEMP(*mark)) -- 2.7.4