aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/plenv-modules-update2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/plenv-modules-update b/bin/plenv-modules-update
index c5fea8c9..504cf13f 100755
--- a/bin/plenv-modules-update
+++ b/bin/plenv-modules-update
@@ -3,6 +3,8 @@
LANG=C.UTF-8
export LANG
+hash cpanm plenv || exit
+
mf=$(mktemp) || exit
ef=$(mktemp) || exit
cf=$(mktemp) || exit