From 44a2ac759eaf811ea851bdf9177a51bf9b95b5ce Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Fri, 29 Dec 2006 22:45:51 +0100 Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %- Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com> p4raw-id: //depot/perl@29682 --- pod/perlintern.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlintern.pod') diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 5ee68ad2a6..83bdda31f2 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -622,7 +622,7 @@ The SVs in the names AV have their PV being the name of the variable. xlow+1..xhigh inclusive in the NV union is a range of cop_seq numbers for which the name is valid. For typed lexicals name SV is SVt_PVMG and SvSTASH points at the type. For C lexicals, the type is also SVt_PVMG, with the -OURSTASH slot pointing at the stash of the associated global (so that +SvOURSTASH slot pointing at the stash of the associated global (so that duplicate C declarations in the same package can be detected). SvUVX is sometimes hijacked to store the generation number during compilation. @@ -714,7 +714,7 @@ offset. If C is valid, the name is for a typed lexical; set the name's stash to that value. If C is valid, it's an our lexical, set the name's -OURSTASH to that value +SvOURSTASH to that value If fake, it means we're cloning an existing entry -- cgit v1.2.1