Subject: | Can't locate Module/Build/Compat.pm |
Build fails if Module::Build::Compat isn't installed:
...
Output from '/usr/local/bin/perl Makefile.PL':
Can't locate Module/Build/Compat.pm in @INC (you may need to install the Module::Build::Compat module) (@INC contains: /var/tmp/cpansmoker-1023/2018111708/CPAN-Reporter-lib-Pr98 /usr/local/lib/perl5/site_perl/mach/5.26 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.26/mach /usr/local/lib/perl5/5.26 .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
...
So it has to be listed in configure_requires, or another solution is needed.