Subject: | Makefile.PL should not install Module::Build |
If CPAN.pm is configured to prefer Makefile.PL over Build.PL, then an unwanted interactive question appears:
...
Output from '/usr/perl5.31.8p/bin/perl5.31.8 Makefile.PL':
This module requires Module::Build to install itself.
Install Module::Build now from CPAN? [y] *** Cannot install without Module::Build. Exiting ...
...
Probably this can be avoided by specifying Module::Build as a configure_requires dependency.