We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We upgraded from Path::Class 0.26 to Path::Class 0.33. In the old version this test would pass
is(dir('C:', 'foo')->stringify, 'C:\foo');
but now it gets
'C:foo'
which is incorrect.
The text was updated successfully, but these errors were encountered:
I'm not really sure that's incorrect. Doesn't C:foo mean foo in whatever the current working directory on the C: volume is?
C:foo
foo
C:
Sorry, something went wrong.
Well it might, but path class didn't do that before...
-frew (sent from my HTC 6+ Galaxy bend, please pardon my brevity) On Nov 10, 2014 8:52 PM, "Ken Williams" [email protected] wrote:
I'm not really sure that's incorrect. Doesn't C:foo mean foo in whatever the current working directory on the C: volume is? — Reply to this email directly or view it on GitHub #29 (comment).
— Reply to this email directly or view it on GitHub #29 (comment).
No branches or pull requests
We upgraded from Path::Class 0.26 to Path::Class 0.33. In the old version this test would pass
but now it gets
which is incorrect.
The text was updated successfully, but these errors were encountered: