3 use strict; |
3 use strict; |
4 |
4 |
5 exec cpanm => -nq => qw( |
5 exec cpanm => -nq => qw( |
6 Carton |
6 Carton |
7 |
7 |
8 App::prowess |
|
9 |
|
10 Perl::Tidy |
8 Perl::Tidy |
11 Pod::Cpandoc |
9 Pod::Cpandoc |
12 |
10 |
13 experimentals |
11 experimentals |
14 Import::Into |
|
15 |
12 |
16 Reply |
13 Reply |
17 IO::Pager |
|
18 Data::Printer |
14 Data::Printer |
19 Data::Printer::Filter::JSON |
15 Data::Printer::Filter::JSON |
20 Data::Printer::Filter::URI |
16 Data::Printer::Filter::URI |
21 Carp::Always |
17 Carp::Always |
22 Proc::InvokeEditor |
|
23 B::Keywords |
18 B::Keywords |
24 Term::ReadLine::Gnu |
19 Term::ReadLine::Gnu |
25 Class::Refresh |
20 Class::Refresh |
26 Pry |
21 Pry |
27 |
22 |
28 Devel::Confess |
|
29 |
|
30 Path::Tiny |
23 Path::Tiny |
31 Getopt::Long::Descriptive |
24 Getopt::Long::Descriptive |
32 ); |
25 ); |