From: Gisle Aas Date: Tue, 5 Sep 2000 08:10:30 +0000 (+0200) Subject: Document the new ref() semantics. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9e9bc25160ffe8088b7a1fcb3ea915c28efb60f;p=p5sagit%2Fp5-mst-13.2.git Document the new ref() semantics. Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 Message-ID: p4raw-id: //depot/perl@7026 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a7ae6fc..13e557e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -50,6 +50,12 @@ it to make some sense, it is forbidden. =item * +A reference to a reference now stringify as "REF(0x81485ec)" instead +of "SCALAR(0x81485ec)" in order to be more consistent with the return +value of ref(). + +=item * + The very dusty examples in the eg/ directory have been removed. Suggestions for new shiny examples welcome but the main issue is that the examples need to be documented, tested and (most importantly)