Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Top prerequisites based on data from CPANTS

by szabgab (Priest)
on Apr 19, 2008 at 10:49 UTC ( [id://681641]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sqlite> SELECT COUNT(*) cnt, requires FROM prereq GROUP BY requires OR
    +DER BY cnt DESC LIMIT 10;
    
    ...
    310|DBI
    292|URI
    291|version
    
  2. or download this
    4324|Test::More
    1181|perl
    ...
    53|Filter::Simple
    53|YAML::Syck
    51|Clone
    
  3. or download this
    sqlite> SELECT COUNT(*) cnt, requires FROM prereq WHERE requires NOT I
    +N (SELECT module FROM modules WHERE dist=0) GROUP BY requires ORDER B
    +Y cnt DESC LIMIT 10;
    
    ...
    291|version
    284|Test::Exception
    276|Test::Pod::Coverage
    
  4. or download this
    4324|Test::More
    556|File::Spec
    ...
    44|HTML::TokeParser
    44|Test::Base
    43|Carp::Clan
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://681641]
Approved by Corion
Front-paged by hsmyers
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-16 17:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found