I meant: how can I browse CPAN itself to see a listing of all the distributions there, rather than just looking at the listing of modules.
The index file modules/02packages.details.txt on CPAN contains a mapping of all modules to distribution names.

My guess is that most packages on CPAN are single-module packages, and that there far fewer multi-module "distributions".
That's an interesting question. Of the 12,166 distributions listed today in 02packages.details.txt, 8592 have only one module associated with them. However, some of these single-module distributions are older versions of distributions whose current version contains multiple modules (eg, look at Slauth-0.01.tar.gz and Slauth-0.02.tar.gz). This sometimes means that a module in an older distribution has been replaced, or perhaps been made obsolete, by another module in a newer distribution, but it still shows up in 02packages.details.txt because it's still registered with PAUSE.


In reply to Re^3: CPAN: modules, distributions, and bundles by randyk
in thread CPAN: modules, distributions, and bundles by j3

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.