Change 34521 by [EMAIL PROTECTED] on 2008/10/20 09:03:08
Change the plan - 2.14 gets the copy permission behaviour change,
2.13 is the bug fix fix.
Affected files ...
... //depot/perl/lib/File/Copy.pm#56 edit
Differences ...
==== //depot/perl/lib/File/Copy.pm#56 (text) ====
Index: perl/lib/File/Copy.pm
--- perl/lib/File/Copy.pm#55~34519~ 2008-10-19 05:04:31.000000000 -0700
+++ perl/lib/File/Copy.pm 2008-10-20 02:03:08.000000000 -0700
@@ -403,7 +403,7 @@
You may use the syntax C<use File::Copy "cp"> to get at the
"cp" alias for this function. The syntax is I<exactly> the same.
-As of version 2.13, on UNIX systems, "copy" will preserve permission
+As of version 2.14, on UNIX systems, "copy" will preserve permission
bits like the shell utility C<cp> would do.
=item move
End of Patch.