In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2683609f0d33a1a72182223e7262a7154087539b?hp=2b9215fdb83c97496b82d0c73d4903097a8ed66b>

- Log -----------------------------------------------------------------
commit 2683609f0d33a1a72182223e7262a7154087539b
Author: Yves Orton <[email protected]>
Date:   Fri Dec 26 16:26:46 2014 +0100

    document Perl_sv_getbackrefs() in perldelta
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2064551..4a9ac5a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -333,6 +333,14 @@ well.
 
 =item *
 
+Added Perl_sv_get_backrefs() to determine if an SV is a weak-referent.
+
+Function either returns an SV * of type AV, which contains the set of
+weakreferences which reference the passed in SV, or a simple RV * which
+is the only weakref to this item.
+
+=item *
+
 XXX
 
 =back

--
Perl5 Master Repository

Reply via email to