Is this correct and useful to apply? --Steffen diff --git a/av.c b/av.c index fb01f48..4a6023b 100644 --- a/av.c +++ b/av.c @@ -701,6 +701,9 @@ Shifts an SV off the beginning of the array. Returns C<&PL_sv_undef> if the array is empty. +The caller will own the refcount of the returned SV that was +previously owned by the AV. + Perl equivalent: C<shift(@myarray);> =cutThread Next