.lib/stubs/perltidy@71d10acde172
.lib/stubs/perltidy
Tue, 02 May 2023 17:39:24 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2023 17:39:24 -0500
- changeset 1109
- 71d10acde172
- permissions
- -rwxr-xr-x
switch perltidy and cpandoc to stubs
#!/bin/sh
set -eu
install_it() {
cpm install -g Perl::Tidy
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh