Subject: | Can't locate inc/Module/Install.pm in @INC |
On some of my smokers build fails like this:
...
Output from '/opt/perl-5.28.2-RC1t/bin/perl 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-1023/2019050416/CPAN-Reporter-lib-eB7x /opt/perl-5.28.2-RC1t/lib/site_perl/5.28.2/x86_64-linux-thread-multi /opt/perl-5.28.2-RC1t/lib/site_perl/5.28.2 /opt/perl-5.28.2-RC1t/lib/5.28.2/x86_64-linux-thread-multi /opt/perl-5.28.2-RC1t/lib/5.28.2 .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
...
Possibly Module::Install has to be either bundled, or predeclared as a configure_requires prerequisite.