Subject: | No (easily discovered) way to generate a simple list of upstream dependencies |
I was trying to generate a list of dependences and found that the only
solution was to install a graphing module and generate a graph.
CPANDB::Distribution has all the logic I would need to generate a simple
list but the logic is too tightly coupled with adding to a graph that I
couldn't easily extract it in the *mumble* minutes I looked at it while
writing up a blog post.
If I get a chance I'll circle back around with a patch for callbacks or
something.