Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
p4raw-id: //depot/perl@7026
=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)