# HG changeset patch # User Meredith Howard # Date 1573597407 21600 # Node ID 58f9d97418528de6331644f12270b51fd7b1f974 # Parent 3671ad077d671969a094509323c264e2704bcc06 actually run cpm to make sure it's not a stub diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -23,7 +23,7 @@ dists=( Getopt::Long::Descriptive ) -if ! command -v cpm &>/dev/null; then +if ! (command -v cpm && cpm -V) &>/dev/null; then curl -fsSL --compressed https://git.io/cpm | perl - install -g App::cpm