bin/setup-cpan-faves

Wed, 03 Apr 2019 09:39:15 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 03 Apr 2019 09:39:15 -0500
changeset 753
fadb5356ae65
parent 708
3c51616458c8
child 786
63160e727e37
permissions
-rwxr-xr-x

Need to reopen the pipes actually

#!/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