Skip Menu |

This queue is for tickets about the App-CLI CPAN distribution.

Report information
The Basics
Id: 120982
Status: resolved
Priority: 0/
Queue: App-CLI

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

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



Subject: Makefile.PL fails when no '.' in @INC ( Can't locate inc/Module/Install.pm )
When no '.' is in @INC ( for example, when installing by hand on Perl >5.25.11 , or with PERL_USE_UNSAFE_INC=0 in env ), compile fails as follows:

Configuring App-CLI-0.313 ... Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11 /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Configuring App-CLI failed.


-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
The project has been converted to use ExtUtils::MakeMaker instead of Module::Install. The issue of not being able to find inc/Module/Install.pm is thus resolved, since these files no longer exist.