# HG changeset patch # User Meredith Howard # Date 1641789483 21600 # Node ID 498189926551bb721a63b3eb4e91f5f992d2b4fd # Parent 28111ba4e573455b0a8a49a1cc7308247567c921 remove plenv references diff --git a/bin/cpm b/bin/cpm --- a/bin/cpm +++ b/bin/cpm @@ -6,7 +6,7 @@ install_it() { curl -fsSL --compressed https://git.io/cpm | perl - install -g App::cpm - plenv rehash || : + asdf reshim perl || : } stubexec "$@" diff --git a/bin/pg_format b/bin/pg_format --- a/bin/pg_format +++ b/bin/pg_format @@ -4,7 +4,7 @@ set -eu install_it() { cpanm -n 'https://github.com/darold/pgFormatter.git' - plenv rehash || : + asdf reshim perl || : } stubexec "$@" diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- 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 || :