Change 33827 by [EMAIL PROTECTED] on 2008/05/15 11:35:26
Subject: [PATCH] fix typo in a Tie::Hash documentation link
From: Niko Tyni <[EMAIL PROTECTED]>
Date: Wed, 14 May 2008 23:09:27 +0300
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/Tie/Hash.pm#25 edit
Differences ...
==== //depot/perl/lib/Tie/Hash.pm#25 (text) ====
Index: perl/lib/Tie/Hash.pm
--- perl/lib/Tie/Hash.pm#24~27541~ 2006-03-19 08:32:16.000000000 -0800
+++ perl/lib/Tie/Hash.pm 2008-05-15 04:35:26.000000000 -0700
@@ -173,7 +173,7 @@
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
End of Patch.