bin/setup-cpan-faves

Thu, 25 Apr 2019 21:58:05 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 25 Apr 2019 21:58:05 -0400
changeset 758
949b2d4df5fd
parent 708
3c51616458c8
child 786
63160e727e37
permissions
-rwxr-xr-x

whoops, LANG confuses things later

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

exec cpanm => -nq => qw(
  App::cpanminus
  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