Subject: | Class-C3-Componentised: Configuration fails with Perl 5 blead due to no-dot-by-default-in-@INC |
In Perl 5.26.0, '.' will no longer be found by default in @INC. I attempted to install this library via 'cpanm' against Perl 5 blead today and got these results.
#####
Searching Class::C3::Componentised () on cpanmetadb ...
--> Working on Class::C3::Componentised
Fetching http://www.cpan.org/authors/id/F/FR/FREW/Class-C3-Componentised-1.001000.tar.gz
-> OK
Unpacking Class-C3-Componentised-1.001000.tar.gz
Entering Class-C3-Componentised-1.001000
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Configuring Class-C3-Componentised-1.001000
Running Makefile.PL
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11 /home/jkeenan/testing/blead/lib/perl5/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.25.11) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
-> N/A
-> FAIL Configure failed for Class-C3-Componentised-1.001000. See /home/jkeenan/.cpanm/work/1490881305.4413/build.log for details.
#####
Makefile.PL needs to be modified to accommodate this change:
use lib '.';
The above should suffice.
Thank you very much.
Jim Keenan