From 438cc6089d922e42fd6635c1b8212ad034402745 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 20 Feb 2001 15:31:50 +0000 Subject: Retract the #8838 and #8840 for now because of the DB_File tie problem. p4raw-id: //depot/perl@8846 --- pod/perlguts.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pod/perlguts.pod') diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 557dbaf306..54d071596a 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -530,11 +530,10 @@ class. SV is returned. SV* newSVrv(SV* rv, const char* classname); -Copies integer, unsigned integer or double into an SV whose reference is C. SV is blessed +Copies integer or double into an SV whose reference is C. SV is blessed if C is non-null. SV* sv_setref_iv(SV* rv, const char* classname, IV iv); - SV* sv_setref_uv(SV* rv, const char* classname, UV uv); SV* sv_setref_nv(SV* rv, const char* classname, NV iv); Copies the pointer value (I) into an SV whose -- cgit v1.2.1