Document the refcount of version functions’ retval
authorFather Chrysostomos <sprout@cpan.org>
Tue, 23 Nov 2010 17:56:19 +0000 (09:56 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 23 Nov 2010 17:56:19 +0000 (09:56 -0800)
util.c

diff --git a/util.c b/util.c
index a878f4b..52554be 100644 (file)
--- a/util.c
+++ b/util.c
@@ -5162,6 +5162,8 @@ point representation.  Call like:
 NOTE: you can pass either the object directly or the SV
 contained within the RV.
 
+The SV returned has a refcount of 1.
+
 =cut
 */
 
@@ -5241,6 +5243,8 @@ representation.  Call like:
 NOTE: you can pass either the object directly or the SV
 contained within the RV.
 
+The SV returned has a refcount of 1.
+
 =cut
 */
 
@@ -5298,7 +5302,9 @@ Perl_vnormal(pTHX_ SV *vs)
 In order to maintain maximum compatibility with earlier versions
 of Perl, this function will return either the floating point
 notation or the multiple dotted notation, depending on whether
-the original version contained 1 or more dots, respectively
+the original version contained 1 or more dots, respectively.
+
+The SV returned has a refcount of 1.
 
 =cut
 */