summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-04-20 18:32:45 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-04-20 18:32:45 +0000
commit0be741b53900848403d51758327b066a4784699c (patch)
tree4a1b49169dd24b2f5a575498375c62681a3a0f08 /pod/perlrepository.pod
parent6053d6bc11958e181df09a1ea3fe94201e2c2896 (diff)
downloadperl-0be741b53900848403d51758327b066a4784699c.tar.gz
POD: Use F<> for F<utils/perldoc> and F<utils/perldoc.PL>
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index bd2c207910..516e76289a 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -406,7 +406,7 @@ Be aware that many files in the distribution are derivative--avoid
patching them, because git won't see the changes to them, and the build
process will overwrite them. Patch the originals instead. Most
utilities (like perldoc) are in this category, i.e. patch
-utils/perldoc.PL rather than utils/perldoc. Similarly, don't create
+F<utils/perldoc.PL> rather than F<utils/perldoc>. Similarly, don't create
patches for files under $src_root/ext from their copies found in
$install_root/lib. If you are unsure about the proper location of a
file that may have gotten copied while building the source