I've got a module that I think might be useful to other people, and so I've been thinking of going about submitting it to CPAN. But before I do that, I'd like to know that the thing is worthy, not so much for what it does (I think that part's fine) but for how it does it; I want to know that it's good Perl.

I've been writing Perl modules for years, but always for my own personal use; I've never done one that was intended to be used by the public, and I want to make sure my coding isn't too idiosyncratic and/or stupid.

So, anyway, my question is: is there some part of PerlMonks that is appropriate for posting a small (~500 lines) module and getting general commentary on it?


Thanks for the feedback. I've gone ahead and sent an RFC to Meditations.

In reply to Does PerlMonks do general code reviews? by hilitai

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.