Simplify and clarify VMS specifics in File::Copy.
authorCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 15:48:29 +0000 (09:48 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 15:48:29 +0000 (09:48 -0600)
commit6865d65a30583594300bab3f935822ed6cae3376
tree43e98c2dd379ceb61a426f9325865381131a59be
parentad8daf7e3967e5416cfed8688a8eb5a05178414c
Simplify and clarify VMS specifics in File::Copy.

4c38808d92b95 added some logic to make a "to" path with no
directory component inherit from the current working directory
rather than the directory portion of the "from" path.  It also
added a trailing dot to make null file types unambiguous.  But
the comments emphasized the latter and made no mentin of the
former, and the implementation was unnecessarily complex.
lib/File/Copy.pm