summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-10-29 21:54:29 +0000
committerNicholas Clark <nick@ccl4.org>2006-10-29 21:54:29 +0000
commit0ff97f2b57e694b0bb55285a757e6418641ac31a (patch)
tree432ab5e6f777909bc8147208f8f95252085c0ff2 /Changes
parente04926433bb6070f25203e63e55060257391035c (diff)
downloadperl-0ff97f2b57e694b0bb55285a757e6418641ac31a.tar.gz
Fix a typo in my description for change 26427.
p4raw-id: //depot/perl@29139
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index a54ccac39f..545681ee8b 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.