Mon, 10 Aug 2020 17:51:19 -0500
Let's opt in to rerere per repo
#!/bin/bash set -eu -o pipefail dists=( 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 ) if ! (command -v cpm && cpm -V) &>/dev/null; then curl -fsSL --compressed https://git.io/cpm | perl - install -g App::cpm plenv rehash || : fi cpm install -g "${dists[@]}" plenv rehash || :