bin/setup-cpan-faves

Mon, 19 Feb 2018 10:36:47 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 19 Feb 2018 10:36:47 -0500
changeset 694
7c7e47abe4e1
parent 692
4573c0ed4d0d
child 695
1dc38f7164ce
permissions
-rwxr-xr-x

make this run on windows

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

exec cpanm => -nq => qw(
  Carton

  App::prowess

  Perl::Tidy
  App::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