From c9e9bc25160ffe8088b7a1fcb3ea915c28efb60f Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Tue, 5 Sep 2000 10:10:30 +0200 Subject: [PATCH] Document the new ref() semantics. Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 Message-ID: p4raw-id: //depot/perl@7026 --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 1.8.3.1