Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 21763
Status: resolved
Priority: 0/
Queue: PathTools

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.19
Fixed in: (no value)



Subject: Is this correct behaviour?
ActiveState perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 Is this behaviour correct? IMHO, it should return '..\asd1'. 'C:\cpan\PathTools-3.19\t' is the current path. 'C:\cpan\PathTools-3.19\t\t\asd1'=File::Spec::Win32->abs2rel('C:\cpan\PathTools-3.19 \t\t\asd1\', 't\asd\'); ------- Alexandr Ciornii, http://chorny.net
I agree, this looks like incorrect behavior. It's happening because it doesn't notice that the two paths are on the same drive, so it thinks it can't reconcile them. I've added this as a test case and fixed it, but it caused one other failure, unfortunately. I'll try to figure that out and get this released. -Ken