Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile.PL fails on Perl without "." in @INC #40

Open
ppisar opened this issue May 17, 2017 · 0 comments
Open

Makefile.PL fails on Perl without "." in @INC #40

ppisar opened this issue May 17, 2017 · 0 comments

Comments

@ppisar
Copy link

ppisar commented May 17, 2017

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.

ppisar added a commit to ppisar/psgi-specs that referenced this issue May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant