summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2002-06-20 09:36:26 +0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-19 17:40:29 +0000
commit19f439bf866addc02a3a79f9e2cd6142b41a1e1c (patch)
tree67c580f71f2870a684235040c25da491a1fe05d4 /pod/perldelta.pod
parent5fcb2458e2a089882f7916e0e5d93fae5aa2a607 (diff)
downloadperl-19f439bf866addc02a3a79f9e2cd6142b41a1e1c.tar.gz
Mention Class::Pseudohash in perldelta
Message-ID: <20020619173626.GA2650@not.autrijus.org> p4raw-id: //depot/perl@17305
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 73515e8968..b8751a3813 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -256,7 +256,9 @@ implemented differently. Not only is the current interface rather
ugly, but the current implementation slows down normal array and hash
use quite noticeably. The C<fields> pragma interface will remain
available. The I<restricted hashes> interface is expected to
-be the replacement interface (see L<Hash::Util>).
+be the replacement interface (see L<Hash::Util>). If your existing
+programs depends on the underlying implementation, consider using
+L<Class::PseudoHash> from CPAN.
=item *