DEV Community

Discussion on: Monitoring dependencies on the CPAN

 
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.