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!
Originally reported at:
LINKTYPE=staticusing bare CPAN or allow easy passing of build options Perl/perl5#22876Is there any bare cpan support for having
cpanpassLINKTYPE=statictoperl Makefile.PL LINKTYPE=static?Should I try
PERL_MM_OPT='LINKTYPE=static' PERL_MB_OPT='LINKTYPE=static' cpan -T ...?Thanks!