359:b3c85390852b | 360:951e2cf18190 |
---|---|
1 #!/bin/sh | |
2 set -eu | |
3 | |
4 exec cpanm -q <<END | |
5 | |
6 Carton | |
7 | |
8 App::prowess | |
9 | |
10 Perl::Tidy | |
11 | |
12 experimentals | |
13 | |
14 Reply | |
15 Data::Printer | |
16 Data::Printer::Filter::JSON | |
17 Data::Printer::Filter::URI | |
18 Carp::Always | |
19 Proc::InvokeEditor | |
20 B::Keywords | |
21 Term::ReadLine::Gnu | |
22 | |
23 Devel::Confess | |
24 END |