CPAN-Dependency

 view release on metacpan or  search on metacpan

eg/mkreport  view on Meta::CPAN

<tbody>
HTML

my $row = <<'ROW';
  <tr>
    <td><a href="http://search.cpan.org/dist/%s" 
        title="Read the documentation of this distribution on Search CPAN"
      >%s</a> [<a href="http://cpan.uwinnipeg.ca/dist/%s"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup %s"><div><strong>%s</strong> %s</div></div>
    </td>
    <td>%d</td>
</tr> 
ROW

for my $dist (@most_popular[0..$num-1]) {
    printf OUT $row, $dist, $dist, $dist, 
        'used-by', "Used by:", join(', ', sort keys %{$deps->{$dist}{used_by}}), 
        $deps->{$dist}{score}
}

eg/report.html  view on Meta::CPAN

<thead>
  <tr><th>Distribution</th> <th>Score</th></tr>
</thead>
<tbody>
  <tr>
    <td><a href="http://search.cpan.org/dist/Gtk2-Ex-VolumeButton" 
        title="Read the documentation of this distribution on Search CPAN"
      >Gtk2-Ex-VolumeButton</a> [<a href="http://cpan.uwinnipeg.ca/dist/Gtk2-Ex-VolumeButton"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Image-VisualConfirmation" 
        title="Read the documentation of this distribution on Search CPAN"
      >Image-VisualConfirmation</a> [<a href="http://cpan.uwinnipeg.ca/dist/Image-VisualConfirmation"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Chess-PGN-Filter" 
        title="Read the documentation of this distribution on Search CPAN"
      >Chess-PGN-Filter</a> [<a href="http://cpan.uwinnipeg.ca/dist/Chess-PGN-Filter"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Shell-Autobox" 
        title="Read the documentation of this distribution on Search CPAN"
      >Shell-Autobox</a> [<a href="http://cpan.uwinnipeg.ca/dist/Shell-Autobox"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Net-Streamload" 
        title="Read the documentation of this distribution on Search CPAN"
      >Net-Streamload</a> [<a href="http://cpan.uwinnipeg.ca/dist/Net-Streamload"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Template-Plugin-Tooltip" 
        title="Read the documentation of this distribution on Search CPAN"
      >Template-Plugin-Tooltip</a> [<a href="http://cpan.uwinnipeg.ca/dist/Template-Plugin-Tooltip"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Symbol-Table" 
        title="Read the documentation of this distribution on Search CPAN"
      >Symbol-Table</a> [<a href="http://cpan.uwinnipeg.ca/dist/Symbol-Table"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/HTML-Widget-JavaScript" 
        title="Read the documentation of this distribution on Search CPAN"
      >HTML-Widget-JavaScript</a> [<a href="http://cpan.uwinnipeg.ca/dist/HTML-Widget-JavaScript"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Crypt-SecurID" 
        title="Read the documentation of this distribution on Search CPAN"
      >Crypt-SecurID</a> [<a href="http://cpan.uwinnipeg.ca/dist/Crypt-SecurID"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/YAML-Yaml2Html" 
        title="Read the documentation of this distribution on Search CPAN"
      >YAML-Yaml2Html</a> [<a href="http://cpan.uwinnipeg.ca/dist/YAML-Yaml2Html"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Lingua-EN-VerbTense" 
        title="Read the documentation of this distribution on Search CPAN"
      >Lingua-EN-VerbTense</a> [<a href="http://cpan.uwinnipeg.ca/dist/Lingua-EN-VerbTense"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/POE-Component-RSSAggregator" 
        title="Read the documentation of this distribution on Search CPAN"
      >POE-Component-RSSAggregator</a> [<a href="http://cpan.uwinnipeg.ca/dist/POE-Component-RSSAggregator"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/WWW-YahooMaps" 
        title="Read the documentation of this distribution on Search CPAN"
      >WWW-YahooMaps</a> [<a href="http://cpan.uwinnipeg.ca/dist/WWW-YahooMaps"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Algorithm-Metric-Chessboard" 
        title="Read the documentation of this distribution on Search CPAN"
      >Algorithm-Metric-Chessboard</a> [<a href="http://cpan.uwinnipeg.ca/dist/Algorithm-Metric-Chessboard"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/User-Simple" 
        title="Read the documentation of this distribution on Search CPAN"
      >User-Simple</a> [<a href="http://cpan.uwinnipeg.ca/dist/User-Simple"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/FileHandle-Fmode" 
        title="Read the documentation of this distribution on Search CPAN"
      >FileHandle-Fmode</a> [<a href="http://cpan.uwinnipeg.ca/dist/FileHandle-Fmode"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/load" 
        title="Read the documentation of this distribution on Search CPAN"
      >load</a> [<a href="http://cpan.uwinnipeg.ca/dist/load"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/NBU" 
        title="Read the documentation of this distribution on Search CPAN"
      >NBU</a> [<a href="http://cpan.uwinnipeg.ca/dist/NBU"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Tie-Handle-CSV" 
        title="Read the documentation of this distribution on Search CPAN"
      >Tie-Handle-CSV</a> [<a href="http://cpan.uwinnipeg.ca/dist/Tie-Handle-CSV"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/MP3-Find" 
        title="Read the documentation of this distribution on Search CPAN"
      >MP3-Find</a> [<a href="http://cpan.uwinnipeg.ca/dist/MP3-Find"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Getopt-Attribute" 
        title="Read the documentation of this distribution on Search CPAN"
      >Getopt-Attribute</a> [<a href="http://cpan.uwinnipeg.ca/dist/Getopt-Attribute"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Catalyst-View-TT-ControllerLocal" 
        title="Read the documentation of this distribution on Search CPAN"
      >Catalyst-View-TT-ControllerLocal</a> [<a href="http://cpan.uwinnipeg.ca/dist/Catalyst-View-TT-ControllerLocal"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/WWW-Salesforce-Simple" 
        title="Read the documentation of this distribution on Search CPAN"
      >WWW-Salesforce-Simple</a> [<a href="http://cpan.uwinnipeg.ca/dist/WWW-Salesforce-Simple"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/File-Stat-Bits" 
        title="Read the documentation of this distribution on Search CPAN"
      >File-Stat-Bits</a> [<a href="http://cpan.uwinnipeg.ca/dist/File-Stat-Bits"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Image-OrgChart" 
        title="Read the documentation of this distribution on Search CPAN"
      >Image-OrgChart</a> [<a href="http://cpan.uwinnipeg.ca/dist/Image-OrgChart"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Getopt-ExPar" 
        title="Read the documentation of this distribution on Search CPAN"
      >Getopt-ExPar</a> [<a href="http://cpan.uwinnipeg.ca/dist/Getopt-ExPar"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/WebService-Hatena-BookmarkCount" 
        title="Read the documentation of this distribution on Search CPAN"
      >WebService-Hatena-BookmarkCount</a> [<a href="http://cpan.uwinnipeg.ca/dist/WebService-Hatena-BookmarkCount"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Getopt-constant" 
        title="Read the documentation of this distribution on Search CPAN"
      >Getopt-constant</a> [<a href="http://cpan.uwinnipeg.ca/dist/Getopt-constant"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/XML-Filter-Essex" 
        title="Read the documentation of this distribution on Search CPAN"
      >XML-Filter-Essex</a> [<a href="http://cpan.uwinnipeg.ca/dist/XML-Filter-Essex"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/PgSQL" 
        title="Read the documentation of this distribution on Search CPAN"
      >PgSQL</a> [<a href="http://cpan.uwinnipeg.ca/dist/PgSQL"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup used-by"><div><strong>Used by:</strong> </div></div>
    </td>
    <td>0</td>
</tr> 
</tbody>
</table>

<table id="by_prereqs" class="board">
<caption>Distributions sorted by number of prerequisites</caption>
<thead>
  <tr><th>Distribution</th> <th>Prereqs</th></tr>
</thead>
<tbody>
  <tr>
    <td><a href="http://search.cpan.org/dist/Meta" 
        title="Read the documentation of this distribution on Search CPAN"
      >Meta</a> [<a href="http://cpan.uwinnipeg.ca/dist/Meta"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Archive-Tar, BerkeleyDB, Cache-Cache, Chess-PGN-Parse, Class-DBI, Class-MethodMaker, Compress-Bzip2, Compress-Zlib, Convert-UU, Crypt-GPG, Curses, Curses-UI, CursesWidgets, DBI, Da...
    </td>
    <td>73</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Jifty" 
        title="Read the documentation of this distribution on Search CPAN"
      >Jifty</a> [<a href="http://cpan.uwinnipeg.ca/dist/Jifty"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> App-CLI, CSS-Squish, Cache-Cache, Calendar-Simple, Class-Accessor, Class-Container, Class-Data-Inheritable, Compress-Zlib, DBD-SQLite, Data-Page, DateManip, DateTime, Email-Folder,...
    </td>
    <td>49</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Task-SOSA" 
        title="Read the documentation of this distribution on Search CPAN"
      >Task-SOSA</a> [<a href="http://cpan.uwinnipeg.ca/dist/Task-SOSA"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Catalyst-Model-LDAP, Catalyst-Plugin-Authentication, Catalyst-Plugin-Authentication-Store-LDAP, Catalyst-Plugin-Authorization-ACL, Catalyst-Plugin-Authorization-Roles, Catalyst-Plu...
    </td>
    <td>31</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Buscador" 
        title="Read the documentation of this distribution on Search CPAN"
      >Buscador</a> [<a href="http://cpan.uwinnipeg.ca/dist/Buscador"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Cache-Cache, Class-DBI-Pager, Email-Find, Email-Store, Email-Store-HTML, Email-Store-NamedEntity, Email-Store-Plucene, Email-Store-Pristine, Email-Store-Summary, Email-Store-Thread...
    </td>
    <td>25</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Task-CVSMonitor" 
        title="Read the documentation of this distribution on Search CPAN"
      >Task-CVSMonitor</a> [<a href="http://cpan.uwinnipeg.ca/dist/Task-CVSMonitor"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Array-Window, Chart-Math-Axis, Class-Autouse, Class-Default, Class-Handle, Class-Inspector, Clone, Config-Tiny, File-Flat, File-Which, GDGraph, GDTextUtil, HTTP-BrowserDetect, Net-...
    </td>
    <td>24</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Plagger" 
        title="Read the documentation of this distribution on Search CPAN"
      >Plagger</a> [<a href="http://cpan.uwinnipeg.ca/dist/Plagger"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Cache-Cache, Class-Accessor, DateTime, DateTime-Format-Mail, DateTime-Format-Strptime, DateTime-Format-W3CDTF, File-Find-Rule, HTML-Parser, HTML-ResolveLink, MIME-Types, Module-Plu...
    </td>
    <td>23</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Data-Type" 
        title="Read the documentation of this distribution on Search CPAN"
      >Data-Type</a> [<a href="http://cpan.uwinnipeg.ca/dist/Data-Type"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Attribute::Abstract, Business-CINS, Business-CreditCard, Business-ISSN, Business-UPC, Class-Maker, Class-Multimethods, DBI, Data-Iter, Email-Valid, Error, HTML-Lint, IO-Extended, L...
    </td>
    <td>23</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Maypole" 
        title="Read the documentation of this distribution on Search CPAN"
      >Maypole</a> [<a href="http://cpan.uwinnipeg.ca/dist/Maypole"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> CGI-Untaint, CGI-Untaint-date, CGI-Untaint-email, Cgi-Simple, Class-DBI, Class-DBI-AbstractSearch, Class-DBI-Loader, Class-DBI-Loader-Relationship, Class-DBI-Pager, Class-DBI-Plugi...
    </td>
    <td>22</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/OpenInteract" 
        title="Read the documentation of this distribution on Search CPAN"
      >OpenInteract</a> [<a href="http://cpan.uwinnipeg.ca/dist/OpenInteract"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Apache-Session, Archive-Tar, Cache-Cache, Carp-Assert, Class-Accessor, Class-Date, Class-Fields, Class-Singleton, Compress-Zlib, File-MMagic, HTML-Parser, HTML-Summary, IO-Zlib, Li...
    </td>
    <td>22</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Siesta" 
        title="Read the documentation of this distribution on Search CPAN"
      >Siesta</a> [<a href="http://cpan.uwinnipeg.ca/dist/Siesta"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Apache-Session-SharedMem, Class-Accessor, Class-DBI, Class-DBI-BaseDSN, Class-DBI-SQLite, Email-Folder, Email-LocalDelivery, Email-Simple, File-Find-Rule, Mail-DeliveryStatus-Bounc...
    </td>
    <td>19</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/ASNMTAP" 
        title="Read the documentation of this distribution on Search CPAN"
      >ASNMTAP</a> [<a href="http://cpan.uwinnipeg.ca/dist/ASNMTAP"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> CGI-Session, Compress-Zlib, Config-General, Crypt-SSLeay, Date-Calc, Email-Simple, HTML-Parser, IO-CaptureOutput, MIME-tools, Mail-POP3Client, Mail-Sendmail, Net-IMAP-Simple, NetAd...
    </td>
    <td>19</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/OpenGuides" 
        title="Read the documentation of this distribution on Search CPAN"
      >OpenGuides</a> [<a href="http://cpan.uwinnipeg.ca/dist/OpenGuides"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Algorithm-Diff, Class-Accessor, Config-Tiny, DBD-Pg, Geography-NationalGrid, Parse-RecDescent, Plucene, Template-Toolkit, Test-MockObject, Time-Piece, URI, Wiki-Toolkit, Wiki-Toolk...
    </td>
    <td>19</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Rubric" 
        title="Read the documentation of this distribution on Search CPAN"
      >Rubric</a> [<a href="http://cpan.uwinnipeg.ca/dist/Rubric"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> CGI-Application, CGI-Application-Plugin-Session, Class-DBI, Class-DBI-AbstractSearch, Config-Auto, DBD-SQLite, Date-Span, Email-Address, Email-Send, Getopt-Long-Descriptive, HTML-W...
    </td>
    <td>18</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/SVK" 
        title="Read the documentation of this distribution on Search CPAN"
      >SVK</a> [<a href="http://cpan.uwinnipeg.ca/dist/SVK"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Algorithm-Annotate, Algorithm-Diff, Class-Autouse, Clone, Data-Hierarchy, File-Type, IO-Digest, PerlIO-eol, PerlIO-via-dynamic, PerlIO-via-symlink, Pod-Escapes, Pod-Simple, Regexp-...
    </td>
    <td>18</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/AxKit-App-TABOO" 
        title="Read the documentation of this distribution on Search CPAN"
      >AxKit-App-TABOO</a> [<a href="http://cpan.uwinnipeg.ca/dist/AxKit-App-TABOO"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Apache-AxKit-Plugin-AddXSLParams-Request, Apache-AxKit-Plugin-Param-Expr, AxKit, AxKit-XSP-QueryParam, AxKit-XSP-Sendmail, Class-Data-Inheritable, Crypt-GeneratePassword, DBD-Pg, D...
    </td>
    <td>18</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Froody" 
        title="Read the documentation of this distribution on Search CPAN"
      >Froody</a> [<a href="http://cpan.uwinnipeg.ca/dist/Froody"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Class-Accessor-Chained, Class-Data-Inheritable, Email-Valid, Error, File-Find-Rule, HTTP-Server-Simple, List-MoreUtils, Module-Pluggable, Params-Validate, Template-Toolkit, Test-Di...
    </td>
    <td>18</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Myco" 
        title="Read the documentation of this distribution on Search CPAN"
      >Myco</a> [<a href="http://cpan.uwinnipeg.ca/dist/Myco"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Bit-Vector, Class-Data-Inheritable, Class-Inner, Class-Tangram, DBD-Pg, DBI, Date-Calc, DateManip, Devel-StackTrace, Devel-Symdump, Error, Exception-Class, Locale-SubCountry, Pod-C...
    </td>
    <td>18</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/CPAN-Search-Lite" 
        title="Read the documentation of this distribution on Search CPAN"
      >CPAN-Search-Lite</a> [<a href="http://cpan.uwinnipeg.ca/dist/CPAN-Search-Lite"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> AI-Categorizer, Apache2-SOAP, Archive-Tar, Archive-Zip, CPAN-DistnameInfo, Config-IniFiles, DBD-mysql, IO-Zlib, Lingua-Stem, Lingua-StopWords, PPM, Perl-Tidy, Sort-Versions, XML-Pa...
    </td>
    <td>17</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Pangloss" 
        title="Read the documentation of this distribution on Search CPAN"
      >Pangloss</a> [<a href="http://cpan.uwinnipeg.ca/dist/Pangloss"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Cache-Cache, Error, HTML-Parser, MIME-Types, OpenFrame, OpenFrame-WebApp, Petal, Petal-Utils, Pipeline, Pipeline-Config, Pixie, TermReadKey, TimeDate, URI, YAML, accessors, libwww-...
    </td>
    <td>17</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Catalyst-Enzyme" 
        title="Read the documentation of this distribution on Search CPAN"
      >Catalyst-Enzyme</a> [<a href="http://cpan.uwinnipeg.ca/dist/Catalyst-Enzyme"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Catalyst-Model-CDBI, Catalyst-Plugin-DefaultEnd, Catalyst-Plugin-FormValidator, Catalyst-Runtime, Catalyst-View-TT-ControllerLocal, Class-DBI, Class-DBI-AsForm, Class-DBI-FromForm,...
    </td>
    <td>17</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/CPAN-Forum" 
        title="Read the documentation of this distribution on Search CPAN"
      >CPAN-Forum</a> [<a href="http://cpan.uwinnipeg.ca/dist/CPAN-Forum"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> CGI-Application, CGI-Application-Plugin-LogDispatch, CGI-Application-Plugin-Session, CGI-Session-SQLite, Class-DBI, Class-DBI-Plugin-AbstractCount, Class-DBI-Plugin-Pager, DBD-SQLi...
    </td>
    <td>16</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Catalyst-Runtime" 
        title="Read the documentation of this distribution on Search CPAN"
      >Catalyst-Runtime</a> [<a href="http://cpan.uwinnipeg.ca/dist/Catalyst-Runtime"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Cgi-Simple, Class-Accessor, Class-Data-Inheritable, Class-Inspector, Data-Dump, File-Modified, HTML-Parser, HTTP-Body, HTTP-Request-AsCGI, Module-Pluggable, Path-Class, Text-Simple...
    </td>
    <td>16</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/PerlBuildSystem" 
        title="Read the documentation of this distribution on Search CPAN"
      >PerlBuildSystem</a> [<a href="http://cpan.uwinnipeg.ca/dist/PerlBuildSystem"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Data-Compare, Data-TreeDumper, Devel-Cycle, Devel-Depend-Cl, Devel-Depend-Cpp, File-Copy-Recursive, File-MkTemp, File-Slurp, Math-Bezier, Pod-Simple, Term-ProgressBar, Test-Class, ...
    </td>
    <td>15</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/WWW-Myspace" 
        title="Read the documentation of this distribution on Search CPAN"
      >WWW-Myspace</a> [<a href="http://cpan.uwinnipeg.ca/dist/WWW-Myspace"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Class-DBI, Class-DBI-AbstractSearch, Class-DBI-Loader, Config-General, Contextual-Return, DateTime, IO-Prompt, List-Compare, Locale-SubCountry, Math-Round, Params-Validate, Spiffy,...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Email-Store" 
        title="Read the documentation of this distribution on Search CPAN"
      >Email-Store</a> [<a href="http://cpan.uwinnipeg.ca/dist/Email-Store"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Class-DBI, Class-DBI-DATA-Schema, DBD-SQLite, Email-Address, Email-MIME, Email-MessageID, Email-Simple, File-Slurp, MIME-tools, Mail-ListDetector, Module-Pluggable, Module-Pluggabl...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/HTTPD-ADS" 
        title="Read the documentation of this distribution on Search CPAN"
      >HTTPD-ADS</a> [<a href="http://cpan.uwinnipeg.ca/dist/HTTPD-ADS"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> CLASS, Class-Accessor, Class-Constructor, Class-DBI, Class-DBI-AbstractSearch, Class-DBI-Pg, Compress-Zlib, DBD-Pg, Date-Calc, HTTPD-Log-Filter, IO-Zlib, IPC-Cmd, Net-IP-Route-Reje...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Class-DBI-DataMigration" 
        title="Read the documentation of this distribution on Search CPAN"
      >Class-DBI-DataMigration</a> [<a href="http://cpan.uwinnipeg.ca/dist/Class-DBI-DataMigration"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Carp-Assert, Class-Accessor, Class-DBI, Class-DBI-Loader, Class-DBI-SQLite, Class-DBI-Test-TempDB, Class-Data-Inheritable, Class-Trigger, Class-WhiteHole, DBD-SQLite, DBI, Ima-DBI,...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Goo" 
        title="Read the documentation of this distribution on Search CPAN"
      >Goo</a> [<a href="http://cpan.uwinnipeg.ca/dist/Goo"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Config-Auto, Config-Tiny, DBD-SQLite, Devel-Symdump, File, File-Grep, Perl-Tidy, Pod-Coverage, Term-ProgressBar, TermReadKey, Test-Pod, Test-Pod-Coverage, Text-FormatTable, libwww-...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Mariachi" 
        title="Read the documentation of this distribution on Search CPAN"
      >Mariachi</a> [<a href="http://cpan.uwinnipeg.ca/dist/Mariachi"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> AppConfig, Class-Accessor, Email-Find, Email-Folder, Email-Thread, File-Find-Rule, Mail-Thread, Mail-Thread-Chronological, Module-Build, Template-Plugin-Page, Template-Toolkit, Tex...
    </td>
    <td>14</td>
</tr> 
  <tr>
    <td><a href="http://search.cpan.org/dist/Apache-SWIT" 
        title="Read the documentation of this distribution on Search CPAN"
      >Apache-SWIT</a> [<a href="http://cpan.uwinnipeg.ca/dist/Apache-SWIT"
        title="Read the documentation of this distribution on Kobesearch"
      >mirror</a>]
      <div class="popup prereqs"><div><strong>Prerequisites:</strong> Apache-Test, Class-Accessor, Class-DBI, Class-DBI-Pg, DBIx-VersionedSchema, ExtUtils-ModuleMaker, File-Slurp, HTML-Tested, HTML-Tested-ClassDBI, Template-Toolkit, Test-TempDatabase...
    </td>
    <td>14</td>
</tr> 
</tbody>
</table>

<p style="clear: both"></p>

<p>Generated using data as of Sat Jul 22 08:02:19 2006. </p>

eg/style.css  view on Meta::CPAN

}

table.board tr:hover {
  background-color: #eef;
}

table.board tr:hover td a:first-child {
  font-weight: bold;
}

table.board tr .popup {
  display: none;
}

table.board tr:hover .popup {
  display: block;
  position: relative;
}

table.board tr:hover .popup div {
  position: absolute;
  border: solid 1px #999;
  border-left: solid 1px #ccc;
  border-top: none;
  background-color: #fee;
  padding: 2px;
}

.used-by {
  width: 400%;



( run in 1.046 second using v1.01-cache-2.11-cpan-364913b4093 )