Skip to content

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