X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=toke.c;h=e34f796a7ff960524bcd782a16fb5fda8787e317;hb=1a6108908b085da4d14ad0cdf8549f193a6fb877;hp=8f6c5ce7d68490e52abaa4837e8ba5d45eac5644;hpb=448670305e91e35ff5a396a7d764ec8b1844012e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/toke.c b/toke.c index 8f6c5ce..e34f796 100644 --- a/toke.c +++ b/toke.c @@ -5533,7 +5533,7 @@ Perl_yylex(pTHX) } } if (probable_sub) { - gv = gv_fetchpv(PL_tokenbuf, TRUE, SVt_PVCV); + gv = gv_fetchpv(PL_tokenbuf, GV_ADD, SVt_PVCV); op_free(yylval.opval); yylval.opval = newCVREF(0, newGVOP(OP_GV, 0, gv)); yylval.opval->op_private |= OPpENTERSUB_NOPAREN;