bin/setup-cpan-faves

Mon, 12 Feb 2018 12:38:32 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 12 Feb 2018 12:38:32 -0500
changeset 672
c6336b1897e9
parent 670
85f24af74631
child 677
15d353917450
permissions
-rwxr-xr-x

add cpandoc

249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 #!/bin/sh
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 set -eu
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 exec cpanm -q <<END
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 Carton
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 App::prowess
672
c6336b1897e9 add cpandoc
Meredith Howard <mhoward@roomag.org>
parents: 670
diff changeset
9 Pod::Cpandoc
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10
308
2565964f2b50 Add perltidy
Meredith Howard <mhoward@roomag.org>
parents: 274
diff changeset
11 Perl::Tidy
2565964f2b50 Add perltidy
Meredith Howard <mhoward@roomag.org>
parents: 274
diff changeset
12
255
9e96941c5dba add experimentals
Meredith Howard <mhoward@roomag.org>
parents: 249
diff changeset
13 experimentals
9e96941c5dba add experimentals
Meredith Howard <mhoward@roomag.org>
parents: 249
diff changeset
14
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15 Reply
372
ee8085963eb4 Add Pager for latest Reply
Meredith Howard <mhoward@roomag.org>
parents: 360
diff changeset
16 IO::Pager
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
17 Data::Printer
262
85dcaca3a0b0 use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents: 255
diff changeset
18 Data::Printer::Filter::JSON
85dcaca3a0b0 use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents: 255
diff changeset
19 Data::Printer::Filter::URI
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
20 Carp::Always
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
21 Proc::InvokeEditor
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
22 B::Keywords
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
23 Term::ReadLine::Gnu
433
c141d49862c8 add Class::Refresh
Meredith Howard <mhoward@roomag.org>
parents: 372
diff changeset
24 Class::Refresh
670
85f24af74631 add perl-pry to faves
Meredith Howard <mhoward@roomag.org>
parents: 478
diff changeset
25 Pry
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
26
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
27 Devel::Confess
478
78858f1e23b8 add some
Meredith Howard <mhoward@roomag.org>
parents: 433
diff changeset
28
78858f1e23b8 add some
Meredith Howard <mhoward@roomag.org>
parents: 433
diff changeset
29 Path::Tiny
78858f1e23b8 add some
Meredith Howard <mhoward@roomag.org>
parents: 433
diff changeset
30 Getopt::Long::Descriptive
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
31 END

mercurial