How to pass the arguments of Makefile.PL using cpanm

how-to-pass-the-arguments-of-makefile.pl-using-cpanm

The command cpanm --installdeps . to install dependent modules executes perl Makefile.PL.

How to pass the arguments of perl Makefile.PL executed by cpanm.

The answer is using the --configure-args option.

cpanm --installdeps . --configure-args="--meta"

For Programming Beginners

cpanm is a command tool to install Perl modules from CPAN.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
how-to-use-pytorch-from-perl?

How to use PyTorch from Perl?

Next Post
slack-next-gen-platform-–-external-api-calls

Slack Next-gen Platform – External API Calls

Related Posts