bin/setup-cpan-faves

Mon, 19 Feb 2018 02:05:05 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 19 Feb 2018 02:05:05 -0500
changeset 693
ef18d50728ef
parent 692
4573c0ed4d0d
child 694
7c7e47abe4e1
permissions
-rwxr-xr-x

make data-printer config private to Reply

#!/bin/sh
set -eu

exec cpanm -q <<END

Carton

App::prowess
Pod::Cpandoc

Perl::Tidy

Import::Into
experimentals

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
END

mercurial