Change 14911 by ams@lustre on 2002/02/28 11:31:44

           Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
           From: Stas Bekman <[EMAIL PROTECTED]>
           Date: Mon, 04 Feb 2002 16:18:53 +0800
           Message-Id: <[EMAIL PROTECTED]>
           (Applied by hand).

Affected files ...

.... //depot/perl/lib/File/Copy.pm#27 edit

Differences ...

==== //depot/perl/lib/File/Copy.pm#27 (text) ====
Index: perl/lib/File/Copy.pm
--- perl/lib/File/Copy.pm.~1~   Thu Feb 28 04:45:05 2002
+++ perl/lib/File/Copy.pm       Thu Feb 28 04:45:05 2002
@@ -333,9 +333,10 @@
 file specified in the first parameter to the file specified in the
 second parameter, preserving OS-specific attributes and file
 structure.  For Unix systems, this is equivalent to the simple
-C<copy> routine.  For VMS systems, this calls the C<rmscopy>
-routine (see below).  For OS/2 systems, this calls the C<syscopy>
-XSUB directly. For Win32 systems, this calls C<Win32::CopyFile>.
+C<copy> routine, which doesn't preserve OS-specific attributes.  For
+VMS systems, this calls the C<rmscopy> routine (see below).  For OS/2
+systems, this calls the C<syscopy> XSUB directly. For Win32 systems,
+this calls C<Win32::CopyFile>.
 
 =head2 Special behaviour if C<syscopy> is defined (OS/2, VMS and Win32)
 
End of Patch.

Reply via email to