bin/setup-cpan-faves

Thu, 09 Mar 2023 12:45:11 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Mar 2023 12:45:11 -0600
changeset 1073
911aa9d81e71
parent 970
498189926551
child 1108
8f5cf4eb7f66
permissions
-rwxr-xr-x

Switch to kanagawa until themer's jellybeans is fixed

#!/bin/bash
set -euo pipefail

dists=(
  App::cpanminus
  App::cpm

  Perl::Tidy
  Pod::Cpandoc

  experimentals

  Reply
  Data::Printer
  Data::Printer::Filter::JSON
  Data::Printer::Filter::URI
  Carp::Always
  B::Keywords
  Term::ReadLine::Gnu
  Class::Refresh
  Pry

  Path::Tiny
  Getopt::Long::Descriptive
)

cpm install -g "${dists[@]}"

asdf reshim perl || :

mercurial