Can anyone provide a definitive reference on the meaning of version 1.0 in the Perl world, especially for CPAN modules? ... along with advice on how a CPAN module should advertise that it is stable, well-tested and not experimental.

As indicated here I'm eager to update Writing Solid CPAN Modules with decent versioning advice but have left this in the too hard basket for far too long. :)

I sympathise with the OP because in the mainstream software world, I've always believed that version 1.0 indicated a stable, supported, production (not development) release. For example, from SemVer:

The simplest thing to do is start your initial development release at 0.1.0 ... If your software is being used in production, it should probably already be 1.0.0. If you have a stable API on which users have come to depend, you should be 1.0.0.

Oh, and other cool Perl versioning references you may know of that are not mentioned here are also welcome.


In reply to Re^11: Perl Contempt in My Workplace by eyepopslikeamosquito
in thread Perl Contempt in My Workplace by rje

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.