Originally reported at: - https://github.com/Perl/perl5/issues/22876 Is there any bare cpan support for having `cpan` pass `LINKTYPE=static` to `perl Makefile.PL LINKTYPE=static`? Should I try `PERL_MM_OPT='LINKTYPE=static' PERL_MB_OPT='LINKTYPE=static' cpan -T ...`? Thanks!