This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Demonstrate that RT #121360 has been resolved.
authorJames E Keenan <jkeenan@cpan.org>
Tue, 21 Oct 2014 23:29:33 +0000 (19:29 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 29 Oct 2014 01:21:15 +0000 (21:21 -0400)
commitec9e47ebf20db99adb00e868eff8a50a70b15b71
tree62d463992d45146888bd74ba4f0b34f3df0b7741
parente660c409f22c1a7f1be06f3ef5168a7a09a5835a
Demonstrate that RT #121360 has been resolved.

Bug report filed by James Avera argued that "File::Spec->abs2rel($path, $base)
is supposed to allow $path and/or $base to be relative to the current working
directory, and the pod says that if either are relative, they are converted to
absolute using 'rel2abs()'."

The cases reported as failing were subsequently reported as passing.  Adding a
test file to confirm this.  TODO:  Adapt test for VMS.

For: RT #121360
MANIFEST
dist/PathTools/t/abs2rel.t [new file with mode: 0644]