Hi!

On Thu, Jul 22, 2004 at 05:25:38PM +0100, Nicholas Clark wrote:

> > Max Kwalitee is 10, which is reached by 99 dists.
> 
> Will it go up to eleven soon? :-)

as I'm planning to go on vacation next week, probably not...

> >  is_prereq       (is listed as PREREQ by at least 3 other dists)
> 
> Is it possible to get the lists of prereqs for each module, so as to build
> a citation index? (without the need to do all the messy downloading or
> parsing - being lazy I'd like to leave that to you)
> 
> Or should I download the generator and run it myself?

download the sqlite db file and do
sqlite> select dist,requires,version from prereq

prereq is gathered by looking at Meta.YML, Build.PL and Makefile.PL. There's
currently no checking, if infos provided there are correct. And
Build.PL/Makefile.PL parsing might be buggy. So use the infos with care
(which holds true for all CPANTS stuff at the moment)

BTW, dist is a distname (eg Acme-Bleach-1.12) and requires is a module name
(eg Acme::Bleach). 

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

Reply via email to