aboutsummaryrefslogtreecommitdiff
path: root/cpanm/profile.d/cpanm.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-09-12 17:30:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-09-12 17:30:58 +1200
commit580f15e8ffa32e1f4bc66b7317cf349820aa01dd (patch)
treec85ac41d2682a5279fa88969ed40e3faa618f4c3 /cpanm/profile.d/cpanm.sh
parentMerge branch 'release/v10.6.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-580f15e8ffa32e1f4bc66b7317cf349820aa01dd.tar.gz
dotfiles-580f15e8ffa32e1f4bc66b7317cf349820aa01dd.zip
Merge branch 'release/v10.7.0'v10.7.0
* release/v10.7.0: Remove outdated comment on 'dictionary' setting Set 'backupskip', and have g:undofileskip copy it Break excludes up for clarity Simplify systemd unit matching pattern Prevent systemd units from keeping persistent undo Refine preferred header display in Mutt Show "List-Archive:" and "X-List-Archive:" headers Add settings for undofileskip.vim Add "I have attached" to match Mutt drop attach Add "attached are" to Mutt's drop-attach matches Add XDG basedirs support shim for plenv
Diffstat (limited to 'cpanm/profile.d/cpanm.sh')
-rw-r--r--cpanm/profile.d/cpanm.sh2
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