Hi!

On Mon, Dec 27, 2004 at 12:33:36AM +0100, S?bastien Aperghis-Tramoni wrote:

> Oops! I didn't include the list on my first reply.
> But on the other hand I have completed the analysis. So here is the 
> final list:
>   http://rafb.net/paste/results/p4hveb43.html

I haven't got any time in the last months to spend on CPANTS, but similar
data is available here:
http://cpants.dev.zsi.at/

from the cpants.db (sqlite)

sqlite> select requires,count(requires) as cnt from prereq group by requires
order by cnt desc limit 30;
requires              cnt       
--------------------  ----------
Test::More            992       
Carp                  274       
perl                  255       
DBI                   222       
File::Spec            202       
Data::Dumper          159       
Digest::MD5           156       
LWP::UserAgent        151       
Storable              151       
Test::Simple          121       
URI                   116       
Scalar::Util          105       
XML::Parser           97        
Tk                    97        
IO::File              95        
Template              94        
Time::HiRes           93        
POE                   93        
MIME::Base64          88        
File::Basename        80        
Params::Validate      80        
File::Temp            72        
DateTime              71        
CGI                   70        
LWP                   67        
Error                 62        
HTML::Parser          62        
Kwiki                 62        
POSIX                 60        
HTTP::Request         60        


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

Reply via email to