Change 14776 by ams@lustre on 2002/02/19 17:20:28
Subject: [DOCPATCH] C<< >> in Tie::Hash
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Tue, 19 Feb 2002 16:23:22 +0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/lib/Tie/Hash.pm#16 edit
Differences ...
==== //depot/perl/lib/Tie/Hash.pm#16 (text) ====
Index: perl/lib/Tie/Hash.pm
--- perl/lib/Tie/Hash.pm.~1~ Tue Feb 19 10:30:05 2002
+++ perl/lib/Tie/Hash.pm Tue Feb 19 10:30:05 2002
@@ -133,7 +133,7 @@
hash is in the hash referenced by C<(tied(%tiedhash))[0]>. Thus overwritten
C<TIEHANDLE> method should return an array reference with the first
element being a hash reference, and the remaining methods should operate on the
-hash C<< %{ $_[0]->[0] }>>:
+hash C<< %{ $_[0]->[0] } >>:
package ReportHash;
our @ISA = 'Tie::StdHash';
End of Patch.