Mon, 17 Jan 2022 20:35:29 -0500
fix for change in vim-perl
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 "$@" |