On Jan 22, 2007, at 1:41 AM, Andreas J. Koenig wrote:
CPAN.pm still has an open issue with Module::Build with regard to finding out the prerequisites of a distribution. I append the email below where I asked the encompassing question: can I rely on the contents of _build/prereqs?
Yes, definitely _build/prereqs is reliable. It's a dump of the post- Build.PL dependencies, and as such has any dynamic config stuff accounted for.
-Ken