diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-30 17:07:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-30 17:07:46 +0000 |
commit | ee4d86fe475b15ddee109f44751faf957c1e66af (patch) | |
tree | 2d404c6cf06d69c809302b6a12daacb7496f8390 /pod/perl594delta.pod | |
parent | beeded0b4ac15442a863413adf9b36150d3d30f5 (diff) | |
download | perl-ee4d86fe475b15ddee109f44751faf957c1e66af.tar.gz |
Mention that field hashes are for inside-out objects
(this will be useful for perl5100delta.)
p4raw-id: //depot/perl@29160
Diffstat (limited to 'pod/perl594delta.pod')
-rw-r--r-- | pod/perl594delta.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 1133c78539..a20f19d099 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -122,6 +122,7 @@ D. Hedden) C<Hash::Util::FieldHash>, by Anno Siegel, has been added. This module provides support for I<field hashes>: 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 * |