Issues like this are why I have tried to stay away from CPAN. It seems like the Perl community needs a better system. While CPAN serves as a good Perl code dump, it would be nice to also have a system for serious projects that has more in the way of services and accountability. Is there anything out there that is like a SourceForge for Perl? Does the Perl community leverage sites like SourceForge at all? It would be nice if module owners were forced to document more system requirements and module attributes like "Is it cross-platform?", "Does it wrap shell commands?", "What libraries are required?". These kinds of things sometimes get documented in the POD, but that does not allow for good searching/browsing of available modules. I hope this does not sound like a flame, I just felt this would be a good thread to air my frustrations. I am still a bit of a Perl novice, so take this as an outside perspective on CPAN and the Perl community.

In reply to Re: Is it worth tracking down absent cpan owners? by cerelib
in thread Is it worth tracking down absent cpan owners? by jfroebe

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.