bin/setup-cpan-faves

Thu, 08 Mar 2018 15:50:44 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Mar 2018 15:50:44 -0500
changeset 696
46dd5299006d
parent 695
1dc38f7164ce
child 699
46ba17d9a0f6
permissions
-rwxr-xr-x

add asdf options

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

exec cpanm => -nq => qw(
  Carton

  App::prowess

  Perl::Tidy
  Pod::Cpandoc

  experimentals
  Import::Into

  Reply
  IO::Pager
  Data::Printer
  Data::Printer::Filter::JSON
  Data::Printer::Filter::URI
  Carp::Always
  Proc::InvokeEditor
  B::Keywords
  Term::ReadLine::Gnu
  Class::Refresh
  Pry

  Devel::Confess

  Path::Tiny
  Getopt::Long::Descriptive
);

mercurial