summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-04-25 06:30:44 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-04-25 06:30:44 +0000
commitf464ba52b9670216e4d7f1e806fdbca7fb072215 (patch)
tree00b4deb4a1075eefa180c9c8e8dc0b5c05fcd043 /pod/perlfunc.pod
parent2f796f323f0a2d2e2c3db0d837080471654102e8 (diff)
downloadperl-f464ba52b9670216e4d7f1e806fdbca7fb072215.tar.gz
Fix typo, noticed by Randal Schwartz
p4raw-id: //depot/perl@24317
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 921bc2de09..dcb1371f67 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4300,7 +4300,7 @@ a bareword argument, there is a little extra functionality going on
behind the scenes. Before C<require> looks for a "F<.pm>" extension,
it will first look for a filename with a "F<.pmc>" extension. A file
with this extension is assumed to be Perl bytecode generated by
-L<B::Bytecode|B::Bytecode>. If this file is found, and it's modification
+L<B::Bytecode|B::Bytecode>. If this file is found, and its modification
time is newer than a coinciding "F<.pm>" non-compiled file, it will be
loaded in place of that non-compiled file ending in a "F<.pm>" extension.