In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/402c5d17851279969ceb23dcaeeb4691c114dcbf?hp=d9450ee2a9b1ca2063cf115b8a2b2dd9d73d30b3>
- Log ----------------------------------------------------------------- commit 402c5d17851279969ceb23dcaeeb4691c114dcbf Author: reneeb <[email protected]> Date: Mon Mar 4 08:19:13 2013 +0100 fix pod: add missing 'C' of inline code tags ----------------------------------------------------------------------- Summary of changes: lib/File/Copy.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index c34670c..510467c 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -486,7 +486,7 @@ upon the file, but will generally be the whole file (up to 2MB), or You may use the syntax C<use File::Copy "cp"> to get at the C<cp> alias for this function. The syntax is I<exactly> the same. The -behavior is nearly the same as well: as of version 2.15, <cp> will +behavior is nearly the same as well: as of version 2.15, C<cp> will preserve the source file's permission bits like the shell utility C<cp(1)> would do, while C<copy> uses the default permissions for the target file (which may depend on the process' C<umask>, file @@ -509,7 +509,7 @@ during this copy-and-delete process, you may be left with a (possibly partial) copy of the file under the destination name. You may use the C<mv> alias for this function in the same way that -you may use the <cp> alias for C<copy>. +you may use the C<cp> alias for C<copy>. =item syscopy X<syscopy> -- Perl5 Master Repository
