Sat, 17 Feb 2018 02:11:40 -0500
dotjs is gone
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 | 9 | Pod::Cpandoc |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
10 | |
308 | 11 | Perl::Tidy |
12 | ||
255 | 13 | experimentals |
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 | 24 | Class::Refresh |
670 | 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 | 28 | |
29 | Path::Tiny | |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
30 | END |