bin/setup-cpan-faves

Thu, 07 Feb 2019 12:54:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 07 Feb 2019 12:54:10 -0600
changeset 728
60df63f03873
parent 708
3c51616458c8
child 786
63160e727e37
permissions
-rwxr-xr-x

I don't really use these except for the cd shortcuts

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