# HG changeset patch # User Meredith Howard # Date 1683067164 18000 # Node ID 71d10acde172574f9166349cb88837d61770a35a # Parent 8f5cf4eb7f66806282557f743f34022454661e67 switch perltidy and cpandoc to stubs 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 diff --git a/.lib/stubs/perltidy b/.lib/stubs/perltidy new file mode 100755 --- /dev/null +++ b/.lib/stubs/perltidy @@ -0,0 +1,9 @@ +#!/bin/sh +set -eu + +install_it() { + cpm install -g Perl::Tidy + asdf reshim perl || : +} + +. ~/.lib/sh/stubexec.sh diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -5,9 +5,6 @@ dists=( App::cpanminus App::cpm - Perl::Tidy - Pod::Cpandoc - experimentals Path::Tiny