This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix/improve handling of the [000000] special "root"
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 12:22:02 +0000 (12:22 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 12:22:02 +0000 (12:22 +0000)
commit737c380eddfcfb819f42666b6b5bd6171d245f53
treecd3da6a58089612778131fbf41214f30493ba8d2
parentfea335d77e91ea87e7356d5b1791fc013093ffaa
Fix/improve handling of the [000000] special "root"
directory, by putting cwd in canonical form when doing
abs2rel, and prepending a 000000 to directory "chunks"
if missing from base or path.  Also adjust test to
reflect the (improved) output from abs2rel.
From Charles Lane.

p4raw-id: //depot/perl@12391
lib/File/Spec.t
lib/File/Spec/VMS.pm