From: Stas Bekman Date: Mon, 4 Feb 2002 16:18:53 +0000 (+0800) Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1442e8bd877bf75a8a6b5a6c76dbb5eea4a3b5d;p=p5sagit%2Fp5-mst-13.2.git File::Copy::syscopy doesn't preserve OS attrs on UNIX Message-Id: <3C7E1E5F.1000605@stason.org> (Applied by hand). p4raw-id: //depot/perl@14911 --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 5558baf..31fad2a 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -333,9 +333,10 @@ File::Copy also provides the C routine, which copies the 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 routine. For VMS systems, this calls the C -routine (see below). For OS/2 systems, this calls the C -XSUB directly. For Win32 systems, this calls C. +C routine, which doesn't preserve OS-specific attributes. For +VMS systems, this calls the C routine (see below). For OS/2 +systems, this calls the C XSUB directly. For Win32 systems, +this calls C. =head2 Special behaviour if C is defined (OS/2, VMS and Win32)