X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/116467fd2cdd0ffe89304c776a71f219fb1593de..0ca7cf361de9a1a40709ae7eaf9dbd77ad105694:/bin/setup-perl5 diff --git a/bin/setup-perl5 b/bin/setup-perl5 index ce69beb..569fbba 100755 --- a/bin/setup-perl5 +++ b/bin/setup-perl5 @@ -1,2 +1,2 @@ #!/bin/sh -cpanm --local-lib=$XDG_DATA_HOME/perl5 local::lib +cpanm --local-lib=${XDG_DATA_HOME:-~/share}/perl5 local::lib