Subject: | ExtUtils::CppGuess not specified as configure_requires |
A CPAN.pm installation fails if ExtUtils::CppGuess is not installed:
...
Output from '/opt/perl-5.26.1t/bin/perl Makefile.PL':
Can't locate ExtUtils/CppGuess.pm in @INC (you may need to install the ExtUtils::CppGuess module) (@INC contains: inc /var/tmp/cpansmoker-1023/2018032121/CPAN-Reporter-lib-4JB5 /opt/perl-5.26.1t/lib/site_perl/5.26.1/x86_64-linux-thread-multi /opt/perl-5.26.1t/lib/site_perl/5.26.1 /opt/perl-5.26.1t/lib/5.26.1/x86_64-linux-thread-multi /opt/perl-5.26.1t/lib/5.26.1 .) at Makefile.PL line 13.
BEGIN failed--compilation aborted at Makefile.PL line 13.
...
Probably ExtUtils::CppGuess should be declared as CONFIGURE_REQUIRES.