Re: overriding builtins quirk
authorJerrad Pierce <belg4mit@MIT.EDU>
Fri, 14 Feb 2003 09:28:13 +0000 (04:28 -0500)
committerhv <hv@crypt.org>
Sat, 15 Feb 2003 06:17:06 +0000 (06:17 +0000)
Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>

p4raw-id: //depot/perl@18704

pod/perlsub.pod

index ce3b120..918f429 100644 (file)
@@ -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: