This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assorted File::Spec::VMS fixes.
authorCraig A. Berry <craigberry@mac.com>
Thu, 22 Jul 2010 23:32:01 +0000 (18:32 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 23 Jul 2010 00:13:31 +0000 (19:13 -0500)
commit385aae1cee12b4154e2b376fae4a7330017b7a50
treefba7bee1ba99b3b8dfc92c0c1b21317eb4082e0f
parent61196b433b2b458067aac126f3445f9f93f75b12
Assorted File::Spec::VMS fixes.

  - Make catpath return an empty directory rather than the current
    directory if the directory name is empty.  This allows catpath
    to play nice with non-rooted logical names, as in

       catpath('sys$login:', '', 'login.com');

  - Fix abs2rel bug in handling a Unix-style input.

  - Assorted clarification and simplification of the documentation.

Also submitted upstream at:

<https://rt.cpan.org/Ticket/Display.html?id=59630>
cpan/Cwd/lib/File/Spec/VMS.pm
cpan/Cwd/t/Spec.t