My first version usually is 0.01. And the one after that is 0.02. I continue adding 0.01 for every subsequent release, unless a large portion was rewritten (bump to the next x.x0), or almost everything was rewritten (bump to the next x.00).

But if a module is at 0.xx even though it's in production use, profiled well, and has no known bugs *after a lot of use*, I might add 1 to the version, so that 0.24 can become 1.24. This is because users do indeed for some reason appear to think that the version number actually has meaning.

Well, unless you know how a certain author uses the digits available, IT DOESN'T MEAN A THING. Proof: File::Slurp.

The only rules are that a newer version must have a higher version number, and that the CPAN indexers understand your format.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }


In reply to Re^2: Review: CGI::Prototype by Juerd
in thread Review: CGI::Prototype by dragonchild

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.