Subject: | META.yml should specify configure_requires |
The Makefile.PL requires ExtUtils::MakeMaker::Coverage to run. This
module is usually not installed, so "perl Makefile.PL" is usually
failing. If you add this module to the configure_requires section of
META.yml, then installers like CPAN.pm or CPANPLUS would install the
missing prerequisite before running Makefile.PL.
Regards,
Slaven