diff options
author | Anno Siegel <anno4000@lublin.zrz.tu-berlin.de> | 2006-06-22 00:39:51 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-23 16:28:03 +0000 |
commit | 1e73acc8af3eecb1b36ee831483e1e9a7b3d1662 (patch) | |
tree | a723894f28f77db0a42b0de6599f6be9243cc439 /pod/perlapi.pod | |
parent | 7d3c2c289ea5236d2681b4bfba871738a7751375 (diff) | |
download | perl-1e73acc8af3eecb1b36ee831483e1e9a7b3d1662.tar.gz |
Re: [PATCH] Hash::Util::FieldHash
Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
p4raw-id: //depot/perl@28419
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index dad3072ad8..ca1491df63 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -5542,7 +5542,8 @@ X<sv_rvweaken> Weaken a reference: set the C<SvWEAKREF> flag on this RV; give the referred-to SV C<PERL_MAGIC_backref> magic if it hasn't already; and push a back-reference to this RV onto the array of backreferences -associated with that magic. +associated with that magic. If the RV is magical, set magic will be +called after the RV is cleared. SV* sv_rvweaken(SV *sv) |