bin/setup-cpan-faves

Fri, 02 Feb 2018 02:26:35 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 02 Feb 2018 02:26:35 -0500
changeset 670
85f24af74631
parent 478
78858f1e23b8
child 672
c6336b1897e9
permissions
-rwxr-xr-x

add perl-pry to faves

#!/bin/sh
set -eu

exec cpanm -q <<END

Carton

App::prowess

Perl::Tidy

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
Getopt::Long::Descriptive
END

mercurial