Skip to content
New issue

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

New version of Path::Class breaks windows paths including volume #29

Open
frioux opened this issue Feb 12, 2014 · 2 comments
Open

New version of Path::Class breaks windows paths including volume #29

frioux opened this issue Feb 12, 2014 · 2 comments

Comments

@frioux
Copy link

frioux commented Feb 12, 2014

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.

@kenahoo
Copy link
Owner

kenahoo commented Nov 11, 2014

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?

@frioux
Copy link
Author

frioux commented Nov 11, 2014

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants