bin/homedir-cpan-mods

Wed, 16 Mar 2016 13:19:41 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 16 Mar 2016 13:19:41 -0400
changeset 274
996791a2a2cf
parent 262
85dcaca3a0b0
child 308
2565964f2b50
permissions
-rwxr-xr-x

use test::pretty

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
274
996791a2a2cf use test::pretty
Meredith Howard <mhoward@roomag.org>
parents: 262
diff changeset
9 Test::Pretty
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10
255
9e96941c5dba add experimentals
Meredith Howard <mhoward@roomag.org>
parents: 249
diff changeset
11 experimentals
9e96941c5dba add experimentals
Meredith Howard <mhoward@roomag.org>
parents: 249
diff changeset
12
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
13 Reply
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 Data::Printer
262
85dcaca3a0b0 use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents: 255
diff changeset
15 Data::Printer::Filter::JSON
85dcaca3a0b0 use existing DDP filters
Meredith Howard <mhoward@roomag.org>
parents: 255
diff changeset
16 Data::Printer::Filter::URI
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
17 Carp::Always
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
18 Proc::InvokeEditor
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
19 B::Keywords
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
20 Term::ReadLine::Gnu
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
21
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
22 Devel::Confess
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
23 END

mercurial