diff options
author | Tom Christiansen <tchrist@perl.com> | 1998-08-11 05:58:07 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-02 18:03:51 +0000 |
commit | b687b08b628449b317ff558f31d9d716ace045de (patch) | |
tree | cf2f3d08c76010d3997b1647f790742612a48c39 /pod/perlfaq7.pod | |
parent | b2d124e428258350667f59b4f3c8ccc7a652e994 (diff) | |
download | perl-b687b08b628449b317ff558f31d9d716ace045de.tar.gz |
Fix most of the bad L<> links of
Subject: bad L<> links
Reply-to: tchrist@perl.com
To: perlbug@jhereg.perl.com
Message-Id: <199808111658.KAA00484@jhereg.perl.com>
The ones not fixed may require darker Pod::HTML magic,
for example the perlguts.html#tags should work fine, IMHO.
p4raw-id: //depot/cfgperl@2437
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index cb7f3c027a..07a6570185 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -594,7 +594,7 @@ Why do you want to do that? :-) If you want to override a predefined function, such as open(), then you'll have to import the new definition from a different module. See L<perlsub/"Overriding Builtin Functions">. There's -also an example in L<perltoot/"Class::Template">. +also an example in L<perltoot/"Class::Struct">. If you want to overload a Perl operator, such as C<+> or C<**>, then you'll want to use the C<use overload> pragma, documented |