summaryrefslogtreecommitdiff
path: root/pod/perlfaq7.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
commit4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch)
tree4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perlfaq7.pod
parentdbe483029183d54ab170feb5939c3b2b8b193b3c (diff)
downloadperl-4a4eefd0ee0da7b6a2b5b0d021684bca80971b79.tar.gz
fixes for broken L<> links (from Wolfgang Laun
<wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r--pod/perlfaq7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod
index d51bf93b10..1ca7893f13 100644
--- a/pod/perlfaq7.pod
+++ b/pod/perlfaq7.pod
@@ -617,7 +617,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
+module. See L<perlsub/"Overriding Built-in Functions">. There's
also an example in L<perltoot/"Class::Template">.
If you want to overload a Perl operator, such as C<+> or C<**>,