bin/setup-cpan-faves

changeset 970
498189926551
parent 956
61c91bec34c8
child 1108
8f5cf4eb7f66
--- a/bin/setup-cpan-faves
+++ b/bin/setup-cpan-faves
@@ -24,12 +24,6 @@ dists=(
   Getopt::Long::Descriptive
 )
 
-if ! (command -v cpm && cpm -V) &>/dev/null; then
-  cpm() {
-    curl -fsSL --compressed https://git.io/cpm | perl - $@
-  }
-fi
-
 cpm install -g "${dists[@]}"
 
-plenv rehash || :
+asdf reshim perl || :

mercurial