You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perl 5.26.0 removes "." from @inc, Makefile.PL fails:
$ perl Makefile.PL
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
The solution is to patch Makefile.PL or do not use inc::Module::Install at all.
The text was updated successfully, but these errors were encountered:
ppisar
added a commit
to ppisar/psgi-specs
that referenced
this issue
May 17, 2017
Perl 5.26.0 removes "." from @inc, Makefile.PL fails:
The solution is to patch Makefile.PL or do not use inc::Module::Install at all.
The text was updated successfully, but these errors were encountered: