This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Consider /... a directory component with EFS on VMS.
authorCraig A. Berry <craigberry@mac.com>
Mon, 26 Nov 2012 13:07:21 +0000 (07:07 -0600)
committerCraig A. Berry <craigberry@mac.com>
Mon, 26 Nov 2012 13:07:21 +0000 (07:07 -0600)
commit06099f79acc9684bcbd2efbb1efe56ce80c65f08
tree5e1af1b007d5c3ca70e76befce453c7b9af88bd0
parent05a206c836e4d4e324996ada45136cc40a68126c
Consider /... a directory component with EFS on VMS.

For some reason the omnibus patch (360732b5267d5dfe) that brought
Extended Filename Syntax support to the VMS port considered three
dots part of the filename portion rather than part of the
directory portion when converting a Unix-format path to VMS format.

There's no reason this should be different with EFS, so make it
the same as without EFS, which gets two TODO tests passing.
vms/ext/filespec.t
vms/vms.c