In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ef058b33cd10c03cc5704ec5447df1d23fe3b48b?hp=e120c24fe257993e9cbf4c567194bec2792f3ccc>
- Log ----------------------------------------------------------------- commit ef058b33cd10c03cc5704ec5447df1d23fe3b48b Author: Rafael Garcia-Suarez <r...@consttype.org> Date: Fri Sep 25 09:29:28 2015 +0200 POD fix in the documentation for SvTHINKFIRST ----------------------------------------------------------------------- Summary of changes: sv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.h b/sv.h index 331b823..2b68682 100644 --- a/sv.h +++ b/sv.h @@ -1051,7 +1051,7 @@ For example, if your scalar is a reference and you want to modify the C<SvIVX> slot, you can't just do C<SvROK_off>, as that will leak the referent. This is used internally by various sv-modifying functions, such as -C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force.. +C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force>. One case that this does not handle is a gv without SvFAKE set. After -- Perl5 Master Repository