Sun, 09 Jan 2022 22:41:10 -0600
set to use my asdf-perl fork for now
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | . ~/.lib/sh/stubexec.sh | |
4 | ||
957 | 5 | install_it() { |
6 | curl -fsSL --compressed https://git.io/cpm | | |
7 | perl - install -g App::cpm | |
915 | 8 | |
970
498189926551
remove plenv references
Meredith Howard <mhoward@roomag.org>
parents:
957
diff
changeset
|
9 | asdf reshim perl || : |
957 | 10 | } |
915 | 11 | |
932 | 12 | stubexec "$@" |