.lib/stubs/cpandoc

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 Pod::Cpandoc
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial