From: Ævar Arnfjörð Bjarmason Date: Tue, 20 Apr 2010 18:32:45 +0000 (+0000) Subject: POD: Use F<> for F and F X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0be741b53900848403d51758327b066a4784699c;p=p5sagit%2Fp5-mst-13.2.git POD: Use F<> for F and F --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index bd2c207..516e762 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 rather than F. 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