Skip Menu |

This queue is for tickets about the WWW-KeenIO CPAN distribution.

Report information
The Basics
Id: 110507
Status: new
Priority: 0/
Queue: WWW-KeenIO

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

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



Subject: inc::Module::Install not bundled?
While trying to build the distribution: Output from '/bbbike/perl-5.23.6/bin/perl5.23.6 Makefile.PL': Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /var/tmp/cpansmoker-1001/2015122206/CPAN-Reporter-lib-hu4f /opt/perl-5.23.6/lib/site_perl/5.23.6/x86_64-linux /opt/perl-5.23.6/lib/site_perl/5.23.6 /opt/perl-5.23.6/lib/5.23.6/x86_64-linux /opt/perl-5.23.6/lib/5.23.6 .) at Makefile.PL line 8. BEGIN failed--compilation aborted at Makefile.PL line 8.
On 2015-12-22 03:38:48, SREZIC wrote: Show quoted text
> While trying to build the distribution: > > Output from '/bbbike/perl-5.23.6/bin/perl5.23.6 Makefile.PL': > > Can't locate inc/Module/Install.pm in @INC (you may need to install > the inc::Module::Install module) (@INC contains: /var/tmp/cpansmoker- > 1001/2015122206/CPAN-Reporter-lib-hu4f /opt/perl- > 5.23.6/lib/site_perl/5.23.6/x86_64-linux /opt/perl- > 5.23.6/lib/site_perl/5.23.6 /opt/perl-5.23.6/lib/5.23.6/x86_64-linux > /opt/perl-5.23.6/lib/5.23.6 .) at Makefile.PL line 8. > BEGIN failed--compilation aborted at Makefile.PL line 8.
Additionally I think there's a possible no-dot-in-@INC problem: newer perls don't have "." anymore in @INC, so Makefile.PL should do something like use lib ".";