This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clarify reporting of .DIR extension on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sun, 25 Nov 2012 01:06:45 +0000 (19:06 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sun, 25 Nov 2012 01:17:20 +0000 (19:17 -0600)
commitd5eaec228240ca8b0e978d5ff4742f6feadef98e
treedfcb781be711acbdba3789b742f201dd44aca0f4
parent0753128385586b74fb493c6e49d37e471ee085fb
Clarify reporting of .DIR extension on VMS.

In readdir and start_glob, we were removing the .DIR extension from
VMS directory names when reporting results in Unix format, but also
when Extended Filename Syntax (EFS) was enabled.  The former makes
sense, but the latter (by itself) doesn't.
vms/vms.c