Mention Class::Pseudohash in perldelta
Audrey Tang [Thu, 20 Jun 2002 01:36:26 +0000 (09:36 +0800)]
Message-ID: <20020619173626.GA2650@not.autrijus.org>

p4raw-id: //depot/perl@17305

pod/perldelta.pod

index 73515e8..b8751a3 100644 (file)
@@ -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 *