bin/setup-cpan-faves

Tue, 13 Mar 2018 16:35:13 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Mar 2018 16:35:13 -0700
changeset 702
f817544836c7
parent 699
46ba17d9a0f6
child 708
3c51616458c8
permissions
-rwxr-xr-x

all vim builds are py3, but gundo doesn't autodetect

#!/usr/bin/env perl
use warnings;
use strict;

exec cpanm => -nq => qw(
  Carton

  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
);

mercurial