diff options
author | Tom Christiansen <tchrist@perl.com> | 2011-02-15 21:44:15 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-15 21:44:15 -0800 |
commit | 4082acabd8a6084de82f764171b9b61f3fa78ba1 (patch) | |
tree | 68550ca6403c8715e723d36cb58bdd18e94e9d92 /sv.c | |
parent | b6538e4f5df9d5d432ef57d83146309a93cfe4c1 (diff) | |
download | perl-4082acabd8a6084de82f764171b9b61f3fa78ba1.tar.gz |
More POD corrections
[Extracted by the committer from
<nntp://nntp.perl.org/19662.1297825146@chthon>]
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4661,7 +4661,7 @@ we do the copy, and is also used locally. If C<SV_COW_DROP_PV> is set then a copy-on-write scalar drops its PV buffer (if any) and becomes SvPOK_off rather than making a copy. (Used where this scalar is about to be set to some other value.) In addition, the C<flags> parameter gets passed to -C<sv_unref_flags()> when unrefing. C<sv_force_normal> calls this function +C<sv_unref_flags()> when unreffing. C<sv_force_normal> calls this function with flags set to 0. =cut |