Subject: | failed to upgrade because of INSTALLDIRS => 'perl' |
What's the point of forcing INSTALLDIRS to 'perl' in Makefile.PL?
In Gentoo Linux package manager installs older (1.270) libnet to /usr/lib/perl/vendor_perl/ because some other packages depends on it. This result in failed attempt to update it using `cpanm S/SH/SHAY/libnet-3.05.tar.gz` because libnet ignores cpanm configuration (install to /usr/local/lib/perl5/) and instead installs to /usr/lib/perl5/. Thus older version from vendor_perl/ is still used instead of newer just installed version.