DEV Community

Discussion on: Monitoring dependencies on the CPAN

Collapse
 
drhyde profile image
David Cantrell

1) Not sure what you mean by those huge L blocks.
2) That appears to be about inheritance, not dependencies.

Collapse
 
matthewpersico profile image
Matthew O. Persico

1) The huge L blocks are gone - must've been some browser screwup.
2) Sure, but a graph is a graph. Updating cpandeps to spits out a graph might be interesting.

Thread Thread
 
drhyde profile image
David Cantrell

CPAN::FindDependencies does all the heavy lifting so feel free to use it to produce any format output you like :-) But beware that it won't produce a full graph of dependencies: a module such as Test::More might be a dependency of many different things, but will only appear once in the output.