My take on Module Reviews is that a lot of the modules on CPAN have fairly good documentation, including tutorial-like introduction.

What they lack is 3rd-party evaluation. Something along the lines of "don't use this module under windows" or "I found this module worked fine under mod_perl", or even "this module has some flaws but I found it worked for me in most situations" or "this module is hopelessly bugged and the author never answered my email". That's what I appreciate in Module Reviews: a user view on the module.

If I determine from the review that I can use the module to solve my problems then most of the time I will figure out how to use it.

Oh, and non-obvious tip is welcome too of course.


In reply to Re: On module reviews by mirod
in thread On module reviews by danger

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.