1Menlo::CLI::Compat(3) User Contributed Perl DocumentationMenlo::CLI::Compat(3)
2
3
4
6 Menlo::CLI::Compat - cpanm compatible CPAN installer
7
9 use Menlo::CLI::Compat;
10
11 my $app = Menlo::CLI::Compat->new;
12 $app->parse_options(@ARGV);
13 $app->run;
14
16 Menlo::CLI::Compat is a port of App::cpanminus to Menlo, and provides a
17 compatibility layer for users and clients to depend on the specific
18 cpanm behaviors.
19
21 Menlo, Menlo::Legacy
22
23
24
25perl v5.34.0 2021-07-22 Menlo::CLI::Compat(3)