Dependency trees

2006-07-21 Thread Andy Lester
Is there anything out there that will generate a tree of dependencies, probably based on META.yml? I figure I can pass in Mason, Test::WWW::Mechanize and Catalyst and get back a list of dependencies that those require. It would be the entire tree, so like so: Test::WWW::Mechanize

Re: Including externally-defined constants

2006-07-21 Thread A. Pagaltzis
* David Landgren [EMAIL PROTECTED] [2006-07-21 11:30]: My only regret is that the Cuse constant {} construct only became legal in 5.8, and I don't think the tradeoff between the admittedly remarkable ease of use of this compared to cutting off 5.5, 5.6 is worthwhile. Well you can easily do

Re: Dependency trees

2006-07-21 Thread Tim Bunce
On Thu, Jul 20, 2006 at 10:24:49PM -0500, Andy Lester wrote: Is there anything out there that will generate a tree of dependencies, probably based on META.yml? I figure I can pass in Mason, Test::WWW::Mechanize and Catalyst and get back a list of dependencies that those require. It