.lib/stubs/cpm

Sat, 30 Dec 2023 13:49:41 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 30 Dec 2023 13:49:41 -0600
changeset 1140
40b6fc3abd44
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

switch to asdf .default-perl-modules

#!/bin/sh
set -eu

install_it() {
  curl -fsSL --compressed https://git.io/cpm |
    perl - install -g App::cpm

  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial