diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-02-19 16:23:22 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-19 17:20:28 +0000 |
commit | 194eaab5cca55296d59afbf5a12ff47445ad3b49 (patch) | |
tree | e9f2b29e2d96de2c67e02466159d02ae83f31aa5 /lib/Tie/Hash.pm | |
parent | 12b7c5c76c729a350869525e7426d5ca5b8092fa (diff) | |
download | perl-194eaab5cca55296d59afbf5a12ff47445ad3b49.tar.gz |
[DOCPATCH] C<< >> in Tie::Hash
Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14776
Diffstat (limited to 'lib/Tie/Hash.pm')
-rw-r--r-- | lib/Tie/Hash.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tie/Hash.pm b/lib/Tie/Hash.pm index c97e9d078f..282006984b 100644 --- a/lib/Tie/Hash.pm +++ b/lib/Tie/Hash.pm @@ -133,7 +133,7 @@ The accessor methods assume that the actual storage for the data in the tied 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'; |