Why the use 5.008008? If you want your module to be widely used, you'll need to support more than just the latest Perl version. As to how ancient a Perl version you support, that is something of a black art, depending on the type of module, its typical users, ... and how much pain you can stand. ;-)

For some general advice on writing CPAN modules, see:

Before you uploaded your first CPAN module, you should have chosen a module name and sketched out its interface, then posted it here or on the module-authors@perl.org mailing list, requesting feedback. Had you done that, someone would have doubtless mentioned Acme::Comment, and you may have chosen not to write your module at all.

Also, it is vital to focus on interface early and to strive to get it right first time, because once your module is released into the wild, any change you make to its interface will break your existing users' code (anything else can be easily fixed in later releases). For some general advice on how to design an interface, see On Interfaces and APIs.


In reply to Re: RFC: Filter::Comment::C by eyepopslikeamosquito
in thread RFC: Filter::Comment::C by kosmo

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.