diff options
author | Niko Tyni <ntyni@debian.org> | 2008-05-15 02:09:27 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-15 11:35:26 +0000 |
commit | d195d98b12139264f4ac40aa477776e2f29d8024 (patch) | |
tree | 9d8ee3dca2cde81f35167e8d93f9beb8a1f35135 /lib/Tie | |
parent | 9b68a132fa3124f6b329541cd261eec05cb12c48 (diff) | |
download | perl-d195d98b12139264f4ac40aa477776e2f29d8024.tar.gz |
fix typo in a Tie::Hash documentation link
Message-Id: <1210795767-21221-1-git-send-email-ntyni@debian.org>
p4raw-id: //depot/perl@33827
Diffstat (limited to 'lib/Tie')
-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 86d253d6d6..508db72941 100644 --- a/lib/Tie/Hash.pm +++ b/lib/Tie/Hash.pm @@ -173,7 +173,7 @@ proper time, see L<perltie>. C<SCALAR> is only defined in B<Tie::StdHash> and B<Tie::ExtraHash>. If needed, these methods should be defined by the package inheriting from -B<Tie::Hash>, B<Tie::StdHash>, or B<Tie::ExtraHash>. See L<pertie/"SCALAR"> +B<Tie::Hash>, B<Tie::StdHash>, or B<Tie::ExtraHash>. See L<perltie/"SCALAR"> to find out what happens when C<SCALAR> does not exist. =head1 MORE INFORMATION |