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

Expand ~ in #!include path as user homedir #34

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

leonerd
Copy link
Contributor

@leonerd leonerd commented Apr 28, 2023

This makes it more convenient to have a per-user extension list of skip patterns by permitting e.g.

#!include ~/.perl/MANIFEST.SKIP

@leonerd
Copy link
Contributor Author

leonerd commented Apr 28, 2023

(This may conflict with #17; so if that gets merged first I shall rebase as required)

This makes it more convenient to have a per-user extension list of skip
patterns by permitting e.g.

    #!include ~/.perl/MANIFEST.SKIP
@leonerd
Copy link
Contributor Author

leonerd commented Apr 28, 2023

rebased

@karenetheridge karenetheridge merged commit 2b2c648 into master Apr 28, 2023
@karenetheridge karenetheridge deleted the leonerd/include-path-HOME branch April 28, 2023 15:47
@Leont
Copy link
Member

Leont commented Apr 28, 2023

This is subtly wrong because it operates on a ~ at the start, when it really should operate on a tilde followed by a / (or by nothing?). Currently it will expand ~user wrong.

@karenetheridge
Copy link
Member

fixed the substitution of ~foo/..., and released!

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.

3 participants