diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-29 21:54:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-29 21:54:29 +0000 |
commit | 0ff97f2b57e694b0bb55285a757e6418641ac31a (patch) | |
tree | 432ab5e6f777909bc8147208f8f95252085c0ff2 /Changes | |
parent | e04926433bb6070f25203e63e55060257391035c (diff) | |
download | perl-0ff97f2b57e694b0bb55285a757e6418641ac31a.tar.gz |
Fix a typo in my description for change 26427.
p4raw-id: //depot/perl@29139
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |