Subject: | '.' is no longer in @INC |
Build fails if Module::Install is not yet installed on the system and a newer perl without dot in @INC is used:
$ perl5.26.2 Makefile.PL
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /opt/perl-5.26.2/lib/site_perl/5.26.2/x86_64-linux /opt/perl-5.26.2/lib/site_perl/5.26.2 /opt/perl-5.26.2/lib/5.26.2/x86_64-linux /opt/perl-5.26.2/lib/5.26.2) at Makefile.PL line 4.
BEGIN failed--compilation aborted at Makefile.PL line 4.