Skip to content

remove use of File::HomeDir::Tiny #78

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

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

Conversation

karenetheridge
Copy link
Contributor

version 0.01 does not run on perls 5.41.3+ (due to use of ' as a package separator), and also there was a typo that prevented proper use on MSWin32.

path('~') works just fine, except for on MSWin32 when under perl 5.16, in which case we would need to use: $ENV{HOME} || $ENV{USERPROFILE}

version 0.01 does not run on perls 5.41.3+ (due to use of ' as a package
separator), and also there was a typo that prevented proper use on MSWin32.

`path('~')` works just fine, except for on MSWin32 when under perl 5.16, in
which case we would need to use: `$ENV{HOME} || $ENV{USERPROFILE}`
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.

1 participant