Subject: | prereqs are not checked |
https://metacpan.org/module/CPAN::Meta::Spec#Prereq-Spec says:
- perl Build.PL should have 'configure' prereqs satisfied
- ./Build should have configure, runtime, build prereqs satisfied
. ./Build test should have configure, runtime, build, test prereqs satisfied
...which is not being verified currently.
I've been thinking about ways to make the MBT code pluggable, and if I can find a good way to do that (that you accept), then this would be something worthy of a plugin, perhaps?
Doing the check itself is straightforward, with CPAN::Meta + CPAN::Meta::Check.
Please assign this ticket to me, if the 'owner' field doesn't stick.