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

Portably handle paths so they stand a chance of working on non-Unix-like platforms #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Jul 28, 2014

Note that I haven't actually tested this on Win32 or platforms other
than Unix-likes. I just rewrote the path handling to use File::Spec's
methods.

…ike platforms

Note that I haven't actually tested this on Win32 or platforms other
than Unix-likes.  I just rewrote the path handling to use File::Spec's
methods.
@ingydotnet
Copy link
Owner

@tsibley, thanks! Any chance you could add a test or 2?

@tsibley
Copy link
Contributor Author

tsibley commented Aug 21, 2014

Probably not in the next month. I'm not sure off the top of my head how to mock up a different path handling environment, but perhaps one could specifically instantiate a Win32 File::Spec object and mock up Win32 %INC paths. The easiest thing would be to run the existing tests on Windows, I think.

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

Successfully merging this pull request may close these issues.

None yet

2 participants