969:28111ba4e573 | 970:498189926551 |
---|---|
22 | 22 |
23 Path::Tiny | 23 Path::Tiny |
24 Getopt::Long::Descriptive | 24 Getopt::Long::Descriptive |
25 ) | 25 ) |
26 | 26 |
27 if ! (command -v cpm && cpm -V) &>/dev/null; then | |
28 cpm() { | |
29 curl -fsSL --compressed https://git.io/cpm | perl - $@ | |
30 } | |
31 fi | |
32 | |
33 cpm install -g "${dists[@]}" | 27 cpm install -g "${dists[@]}" |
34 | 28 |
35 plenv rehash || : | 29 asdf reshim perl || : |