Hi!

On Sun, Jul 11, 2004 at 09:14:28AM +0100, Tony Bowden wrote:

> For a slightly easier approach, Module::CPANTS has a
> 'requires_recursive' method which lists all the dependencies, and all
> their dependencies, etc.

Well it had this information, but currently it hasn't. But it will have it
again soon, as I'm currently working on it.

In the meantime you can try this;

http://www.cpan.org/authors/id/D/DO/DOMM/cpants_20040210.db.gz

A SQLite-DB containing CPANTS info. A bit outdated, but still quite
informative. E.g., from 6317 distributions, only 718 contain a Meta.YML file.

  select count(meta_yml) from files where meta_yml=1;



-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Reply via email to