From: Rafael Garcia-Suarez Date: Mon, 30 Oct 2006 17:07:46 +0000 (+0000) Subject: Mention that field hashes are for inside-out objects X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee4d86fe475b15ddee109f44751faf957c1e66af;p=p5sagit%2Fp5-mst-13.2.git Mention that field hashes are for inside-out objects (this will be useful for perl5100delta.) p4raw-id: //depot/perl@29160 --- diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 1133c78..a20f19d 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -122,6 +122,7 @@ D. Hedden) C, by Anno Siegel, has been added. This module provides support for I: hashes that maintain an association of a reference with a value, in a thread-safe garbage-collected way. +Such hashes are useful to implement inside-out objects. =item *