From: Nicholas Clark Date: Sun, 29 Oct 2006 21:54:29 +0000 (+0000) Subject: Fix a typo in my description for change 26427. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ff97f2b57e694b0bb55285a757e6418641ac31a;p=p5sagit%2Fp5-mst-13.2.git Fix a typo in my description for change 26427. p4raw-id: //depot/perl@29139 --- diff --git a/Changes b/Changes index a54ccac..545681e 100644 --- a/Changes +++ b/Changes @@ -16664,7 +16664,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 26427] By: nicholas on 2005/12/20 20:13:12 Log: Take care in toke.c not to convert constant subroutine reference - proxies into full blow PVGVs with PVCVs, and recognise them and inline + proxies into full blown PVGVs with PVCVs, and recognise them and inline their values. Adds a new function gv_const_sv(gv) to return the value of the constant subroutine from a GV, and adds a cv parameter to S_intuit_method.