.lib/stubs/reply@f767f8cd6a9f
.lib/stubs/reply
Wed, 27 Dec 2023 01:39:00 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 27 Dec 2023 01:39:00 -0600
- changeset 1137
- f767f8cd6a9f
- parent 1108
-
8f5cf4eb7f66
- permissions
- -rwxr-xr-x
add asciidoctor and timetrap stubs
#!/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