Revert "Unix compatibility mode" in File::Copy on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 14:33:36 +0000 (08:33 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 14:33:36 +0000 (08:33 -0600)
commitad8daf7e3967e5416cfed8688a8eb5a05178414c
tree190d95364a70f20ad7ab28ccf2d0048f6eca202d
parent3f79341b652b57aef7d15dfcdd013485fc9b23a6
Revert "Unix compatibility mode" in File::Copy on VMS.

This backs out the changes introduced in fc06fdeb76c89.  On
reflection, it doesn't make any sense to support what is actually
a Unix *report* mode in an API that does not report filenames.

File::Copy just needs to supply names to the underlying copy
functions that they can operate on.  How those names are presented
is of no concern here as we don't present them to the caller.
lib/File/Copy.pm