.lib/stubs/reply@a8b6384c8738
.lib/stubs/reply
Wed, 15 May 2024 14:24:02 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 15 May 2024 14:24:02 -0500
- changeset 1164
- a8b6384c8738
- parent 1108
-
8f5cf4eb7f66
- permissions
- -rwxr-xr-x
increase formatexpr timeout
#!/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