From f31006c96d4119fe2bd6e9ae42d2dbec49aa2b2c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 17 Jun 2014 10:49:06 +1000 Subject: [PATCH] be explicit that SvSetSV() doesn't do set magic --- sv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.h b/sv.h index 4db63e4..68e5db1 100644 --- a/sv.h +++ b/sv.h @@ -2016,7 +2016,7 @@ argument more than once. =for apidoc Am|void|SvSetSV|SV* dsv|SV* ssv Calls C if dsv is not the same as ssv. May evaluate arguments -more than once. +more than once. Does not handle 'set' magic on the destination SV. =for apidoc Am|void|SvSetSV_nosteal|SV* dsv|SV* ssv Calls a non-destructive version of C if dsv is not the same as -- 1.8.3.1