bin/setup-cpan-faves

Tue, 02 May 2023 17:34:25 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 02 May 2023 17:34:25 -0500
changeset 1108
8f5cf4eb7f66
parent 970
498189926551
child 1109
71d10acde172
permissions
-rwxr-xr-x

stub reply

786
63160e727e37 lets use cpm
Meredith Howard <mhoward@roomag.org>
parents: 708
diff changeset
1 #!/bin/bash
956
61c91bec34c8 improve this first-time install
Meredith Howard <mhoward@roomag.org>
parents: 819
diff changeset
2 set -euo pipefail
249
5bba2e094584 Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3
786
63160e727e37 lets use cpm
Meredith Howard <mhoward@roomag.org>
parents: 708
diff changeset
4 dists=(
956
61c91bec34c8 improve this first-time install
Meredith Howard <mhoward@roomag.org>
parents: 819
diff changeset
5 App::cpanminus
816
f058603b86b6 bootstrap cpm and keep cpm updated, and plenv shims
Meredith Howard <mhoward@roomag.org>
parents: 786
diff changeset
6 App::cpm
f058603b86b6 bootstrap cpm and keep cpm updated, and plenv shims
Meredith Howard <mhoward@roomag.org>
parents: 786
diff changeset
7
694
7c7e47abe4e1 make this run on windows
Meredith Howard <mhoward@roomag.org>
parents: 692
diff changeset
8 Perl::Tidy
695
Meredith Howard <mhoward@roomag.org>
parents: 694
diff changeset
9 Pod::Cpandoc
308
2565964f2b50 Add perltidy
Meredith Howard <mhoward@roomag.org>
parents: 274
diff changeset
10
694
7c7e47abe4e1 make this run on windows
Meredith Howard <mhoward@roomag.org>
parents: 692
diff changeset
11 experimentals
255
9e96941c5dba add experimentals
Meredith Howard <mhoward@roomag.org>
parents: 249
diff changeset
12
694
7c7e47abe4e1 make this run on windows
Meredith Howard <mhoward@roomag.org>
parents: 692
diff changeset
13 Path::Tiny
7c7e47abe4e1 make this run on windows
Meredith Howard <mhoward@roomag.org>
parents: 692
diff changeset
14 Getopt::Long::Descriptive
786
63160e727e37 lets use cpm
Meredith Howard <mhoward@roomag.org>
parents: 708
diff changeset
15 )
63160e727e37 lets use cpm
Meredith Howard <mhoward@roomag.org>
parents: 708
diff changeset
16
816
f058603b86b6 bootstrap cpm and keep cpm updated, and plenv shims
Meredith Howard <mhoward@roomag.org>
parents: 786
diff changeset
17 cpm install -g "${dists[@]}"
f058603b86b6 bootstrap cpm and keep cpm updated, and plenv shims
Meredith Howard <mhoward@roomag.org>
parents: 786
diff changeset
18
970
498189926551 remove plenv references
Meredith Howard <mhoward@roomag.org>
parents: 956
diff changeset
19 asdf reshim perl || :

mercurial