This looks to have some effect at least. It may be what you are after.
#!/usr/bin/perl use strict; use warnings; use ExtUtils::MakeMaker; use Config; my %MF = ( macro => { INSTALLSITELIB => $Config{installsitearch} } ); WriteMakefile (%MF); exit;
🦛
In reply to Re^3: How to tell EU::MM to install a pure-perl module into an architecture-specific location
by hippo
in thread How to tell EU::MM to install a pure-perl module into an architecture-specific location
by syphilis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |