Hi,

is there an easy way (e.g. an html table displayed somewhere) that shows which CPAN modules are available as a package on some arbitrary platform? (my current preference is Ubuntu 6.10)?

On both my development and live server I prefer to install everything including CPAN modules via the standard package management tool of the given OS rather than using CPAN.pm. (I know some will argue with this wisdom, I'll address your concern in a separate question later on.)

During development I often find out that several packages are not available and have to break my above rule and install them from CPAN. e.g. I could not find Readonly in standard Ubuntu.

So on the longer term - maybe next week :-) - I would like to encourage people to increase the number of available CPAN modules in my favorite distribution. Further down the road I would like to do it for all the major (for whatever value of major) distributions.

In order to see what has been done and maybe some progress I'll need a tool - e.g. an html table - that will display a cross reference of CPAN modules/Operating system (incl. version number) showing the version of the CPAN module available as standard package.

Ubuntu 6.10Fedora Core 6
HTML::Template2.8

So is there a place like this?

If not, would someone volunteer to create such a report?

If not, how could you I approach the problem?

Update: changed question to be about platform X and not only about Ubuntu 6.10


In reply to Which CPAN modules are available on platform X? by szabgab

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.