I would like to write a t/00-check-deps.t module to find all dependencies in MyModule.pm and make sure they exist in Makefile.PL before release.
This way when I do make test before distributing to CPAN I will know that nothing was forgotten prior to publishing. I've looked at the ExtUtils suite, but I've not seen anything obvious that already solves this. It seems like a common issue people would want to solve.
How would you do this?