Skip to content

Commit

Permalink
make the File::Copy permission change from 2.15 onwards (to allow for a
Browse files Browse the repository at this point in the history
maint-5.10 2.14 release)
  • Loading branch information
iabyn committed Apr 25, 2009
1 parent 776e8d8 commit 4efe685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/File/Copy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4efe685

Please sign in to comment.