Mon, 12 Jun 2017 17:20:38 -0400
smarter jk maps
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 |
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
308 | 10 | Perl::Tidy |
11 | ||
255 | 12 | experimentals |
13 | ||
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
14 | Reply |
372
ee8085963eb4
Add Pager for latest Reply
Meredith Howard <mhoward@roomag.org>
parents:
360
diff
changeset
|
15 | IO::Pager |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
16 | Data::Printer |
262
85dcaca3a0b0
use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents:
255
diff
changeset
|
17 | Data::Printer::Filter::JSON |
85dcaca3a0b0
use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents:
255
diff
changeset
|
18 | Data::Printer::Filter::URI |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
19 | Carp::Always |
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
20 | Proc::InvokeEditor |
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
21 | B::Keywords |
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
22 | Term::ReadLine::Gnu |
433 | 23 | Class::Refresh |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
24 | |
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
25 | Devel::Confess |
478 | 26 | |
27 | Path::Tiny | |
28 | Getopt::Long::Descriptive | |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
29 | END |