summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-04-25 20:36:19 +0100
committerDavid Mitchell <davem@iabyn.com>2009-04-25 20:36:19 +0100
commit4efe685a06ca02d3bdef0d82787eb46835ec9e7e (patch)
treea804e139ed5980e01572731224addf457256749f /lib
parent776e8d8cea880879e15d2d0c73339d813c597ca3 (diff)
downloadperl-4efe685a06ca02d3bdef0d82787eb46835ec9e7e.tar.gz
make the File::Copy permission change from 2.15 onwards (to allow for a
maint-5.10 2.14 release)
Diffstat (limited to 'lib')
-rw-r--r--lib/File/Copy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm
index 620a2ea773..7393bf48ab 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -520,7 +520,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.14, <cp> will
+behavior is nearly the same as well: as of version 2.15, <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