.lib/stubs/reply@f3044a1658fc
.lib/stubs/reply
Mon, 09 Oct 2023 18:47:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 09 Oct 2023 18:47:36 -0500
- changeset 1131
- f3044a1658fc
- parent 1108
-
8f5cf4eb7f66
- permissions
- -rwxr-xr-x
nvim: switch to preferring last symver tag / add exceptions
#!/bin/sh
set -eu
install_it() {
cpm install -g \
Reply \
experimentals \
B::Keywords \
Carp::Always \
Class::Refresh \
Data::Printer \
Data::Printer::Filter::JSON \
Data::Printer::Filter::URI \
Path::Tiny \
Pry \
Term::ReadLine::Gnu
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh