818:3671ad077d67 | 819:58f9d9741852 |
---|---|
21 | 21 |
22 Path::Tiny | 22 Path::Tiny |
23 Getopt::Long::Descriptive | 23 Getopt::Long::Descriptive |
24 ) | 24 ) |
25 | 25 |
26 if ! command -v cpm &>/dev/null; then | 26 if ! (command -v cpm && cpm -V) &>/dev/null; then |
27 curl -fsSL --compressed https://git.io/cpm | | 27 curl -fsSL --compressed https://git.io/cpm | |
28 perl - install -g App::cpm | 28 perl - install -g App::cpm |
29 | 29 |
30 plenv rehash || : | 30 plenv rehash || : |
31 fi | 31 fi |