logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Menlo::CLI::Compat - cpanm compatible CPAN installer

Description

       Menlo::CLI::Compat is a port of App::cpanminus to Menlo, and provides a compatibility layer for users and
       clients to depend on the specific cpanm behaviors.

Name

       Menlo::CLI::Compat - cpanm compatible CPAN installer

See Also

       Menlo, Menlo::Legacy

perl v5.32.0                                       2021-01-03                            Menlo::CLI::Compat(3pm)

Synopsis

         use Menlo::CLI::Compat;

         my $app = Menlo::CLI::Compat->new;
         $app->parse_options(@ARGV);
         $app->run;

See Also