How to pass the arguments of Makefile.PL using cpanm
Yuki Kimoto
Posted on December 23, 2022
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
💖 💪 🙅 🚩
Yuki Kimoto
Posted on December 23, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.