bin/setup-cpan-faves

Wed, 07 Aug 2019 16:49:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 07 Aug 2019 16:49:17 -0500
changeset 779
0053354a8f58
parent 708
3c51616458c8
child 786
63160e727e37
permissions
-rwxr-xr-x

fix trying to do omni on sql files

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