.lib/stubs/reply@5c37b939b296
.lib/stubs/reply
Mon, 01 Jan 2024 14:42:03 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 01 Jan 2024 14:42:03 -0600
- changeset 1143
- 5c37b939b296
- parent 1108
-
8f5cf4eb7f66
- permissions
- -rwxr-xr-x
skip luasnip/jsregexp build on windows
#!/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