Skip Menu |

This queue is for tickets about the HTTP-Server-Simple CPAN distribution.

Report information
The Basics
Id: 120681
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: GENEHACK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Build is broken with 5.25.11 due to '.' being removed from @INC
ferb:~/.cpanm/work/1490056331.14390/HTTP-Server-Simple-0.51 % perl Makefile.PL Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /opt/plenv/versions/5.25.11/lib/perl5/site_perl/5.25.11/x86_64-linux /opt/plenv/versions/5.25.11/lib/perl5/site_perl/5.25.11 /opt/plenv/versions/5.25.11/lib/perl5/5.25.11/x86_64-linux /opt/plenv/versions/5.25.11/lib/perl5/5.25.11) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1.
On Tue Mar 21 12:17:37 2017, GENEHACK wrote: Show quoted text
> ferb:~/.cpanm/work/1490056331.14390/HTTP-Server-Simple-0.51 % perl > Makefile.PL > Can't locate inc/Module/Install.pm in @INC (you may need to install > the inc::Module::Install module) (@INC contains: > /opt/plenv/versions/5.25.11/lib/perl5/site_perl/5.25.11/x86_64-linux > /opt/plenv/versions/5.25.11/lib/perl5/site_perl/5.25.11 > /opt/plenv/versions/5.25.11/lib/perl5/5.25.11/x86_64-linux > /opt/plenv/versions/5.25.11/lib/perl5/5.25.11) at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1.
Best Practical: Simply adding "use lib '.';" to the top of Makefile.PL should resolve this problem. However, this library has dependencies on CGI, which in turn has dependencies on Test-Warn and Sub-Uplevel. Sub-Uplevel is awaiting a new CPAN release in order to itself be perl-5.26.0-compatible. I hope that that release will take place within a few days. Thank you very much. Jim Keenan
RT-Send-CC: jkeenan [...] cpan.org
Hi guys, Version 0.52 uploaded. Should be all set. Thanks for the report and info. Jim