Mon, 12 Feb 2018 12:38:32 -0500
add cpandoc
new file mode 100755 --- /dev/null +++ b/bin/perldoc @@ -0,0 +1,7 @@ +#!/bin/sh +set -eu + +if [ -x "$(command -v cpandoc)" ]; then + exec cpandoc $* +fi +exec perldoc $*
--- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -6,6 +6,7 @@ exec cpanm -q <<END Carton App::prowess +Pod::Cpandoc Perl::Tidy