diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-09-11 16:17:42 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-09-11 16:17:42 +1200 |
commit | 0fe24205f18e2b7baac7d466dbabbe202080d344 (patch) | |
tree | eed0aa294b6b10bd23aa4b4ca163c5f6c87a554f /cpanm | |
parent | Merge branch 'release/v10.6.0' into develop (diff) | |
download | dotfiles-0fe24205f18e2b7baac7d466dbabbe202080d344.tar.gz dotfiles-0fe24205f18e2b7baac7d466dbabbe202080d344.zip |
Add XDG basedirs support shim for plenv
Diffstat (limited to 'cpanm')
-rw-r--r-- | cpanm/profile.d/cpanm.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpanm/profile.d/cpanm.sh b/cpanm/profile.d/cpanm.sh new file mode 100644 index 00000000..98b685e3 --- /dev/null +++ b/cpanm/profile.d/cpanm.sh @@ -0,0 +1,2 @@ +PERL_CPANM_HOME=${XDG_CACHE_HOME:-$HOME/.config}/cpanm +export PERL_CPANM_HOME |