summaryrefslogtreecommitdiff
path: root/pod/perlsub.pod
diff options
context:
space:
mode:
authorJerrad Pierce <belg4mit@MIT.EDU>2003-02-14 04:28:13 -0500
committerhv <hv@crypt.org>2003-02-15 06:17:06 +0000
commit163e3a99f83605ff107fb86a86c7dd9dc9dece8f (patch)
tree5eae363c625e888e62fbbb315ee098b76ec57ed5 /pod/perlsub.pod
parent33d34e4c563f3e0b3627fb43d2e2a2ef278a273a (diff)
downloadperl-163e3a99f83605ff107fb86a86c7dd9dc9dece8f.tar.gz
Re: overriding builtins quirk
Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu> p4raw-id: //depot/perl@18704
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r--pod/perlsub.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index ce3b120633..918f429a32 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -1157,8 +1157,8 @@ only occasionally and for good reason. Typically this might be
done by a package attempting to emulate missing built-in functionality
on a non-Unix system.
-Overriding may be done only by importing the name from a
-module--ordinary predeclaration isn't good enough. However, the
+Overriding may be done only by importing the name from a module at
+compile time--ordinary predeclaration isn't good enough. However, the
C<use subs> pragma lets you, in effect, predeclare subs
via the import syntax, and these names may then override built-in ones: