http://qs321.pair.com?node_id=373386

rrwo has asked for the wisdom of the Perl Monks concerning the following question:

Is anybody maintaining a list of CPAN module dependencies?

I am working on a project to show CPAN Tester Results on a module per platform, with dependencies. So if one does not see test results for platform 'x' on a module, one can look at dependencies to see if that is because a dependent module fails on that platform.

The only way I can see to produce this information is to download each module and use existing dependency scanning modules (there are two or three of them, at least).

That's a lot of work I'd rather avoid if somebody else has dependency information available.

(Also, if my idea overlaps with an existing project, I'd like to know about it too.)