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