summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2010-06-03 12:08:14 +0200
committerVincent Pit <perl@profvince.com>2010-06-03 14:00:50 +0200
commit03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142 (patch)
tree7cd0596d1bcd84c13e71e9e1550692002ce43e63 /pod
parent483ce06a4f6c720f66285117b98747911f62226a (diff)
downloadperl-03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142.tar.gz
Deprecate find_rundefsvoffset()
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5132delta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index 92d3b0d4cd..9551f4a4a4 100644
--- a/pod/perl5132delta.pod
+++ b/pod/perl5132delta.pod
@@ -181,6 +181,15 @@ XXX Changes which affect the interface available to C<XS> code go here.
=item *
+The C<fund_rundefsvoffset> function has been deprecated. It appeared that
+its design was insufficient to reliably get the lexical C<$_> at run-time.
+
+Use the new C<find_rundefsv> function or the C<UNDERBAR> macro instead.
+They directly return the right SV representing C<$_>, whether it's lexical
+or dynamic.
+
+=item *
+
The following new functions or macros have been added to the public API:
C<SvNV_nomg>, C<sv_2nv_flags>, C<find_rundefsv>.