diff --git a/.lib/stubs/cpandoc b/.lib/stubs/cpandoc new file mode 100755 --- /dev/null +++ b/.lib/stubs/cpandoc @@ -0,0 +1,9 @@ +#!/bin/sh +set -eu + +install_it() { + cpm install -g Pod::Cpandoc + asdf reshim perl || : +} + +. ~/.lib/sh/stubexec.sh