Skip another file in the VERSION comparison program
[p5sagit/p5-mst-13.2.git] / av.c
diff --git a/av.c b/av.c
index 67ffad9..3d15d58 100644 (file)
--- a/av.c
+++ b/av.c
@@ -701,7 +701,8 @@ Perl_av_unshift(pTHX_ register AV *av, register I32 num)
 /*
 =for apidoc av_shift
 
-Shifts an SV off the beginning of the array.
+Shifts an SV off the beginning of the array. Returns C<&PL_sv_undef> if the 
+array is empty.
 
 =cut
 */