Test::Prereq looks at a module distribution and tells me what I left out of PREREQ_PM.
It's an ugly hack where I took a lot of shortcuts and should probably be Exhibit A at my preogrammer status revokation hearing.
Offer Kaye asked me about making it work with CPANPLUS since it presently uses CPAN::Shell. If you don't have CPAN.pm configured, however, things blow up.
After a couple of messages back and forth, Offer says "Why not just read the packages file yourself". I said, "Yeah, if you want to do it the smart way, I guess".
I think I thought of that originally, but I still live in that fantasy land where CPAN.pm works everywhere.
We left off talking about how to get packages.02.tgz. I don't want to always hit the network, and even when I do, I don't want to bang on the same CPAN mirror. Also, once the module fetches the file, it shouldn't fetch it again if it hasn't been updated, but that means storing it somewhere. Modules that make files behind your back are Not The Best, even if it is documented.