I have <looks at search.cpan> four distributions on the CPAN with version numbers less than 1. Three I inherited from other people and have decided to keep their version numbering scheme, on the grounds that suddenly jumping from version 0.12 to version 1 would be just as misleading about the state of the software as it is to leave it alone. The fourth - Data::Transactional - is all my own work and is at version 0.1 because it has at least one documented major bug, perhaps one documented minor bug, and it solicits feedback about the internals (of which I have received none).

On the other hand, the interface is stable, it does something useful, and it passes its tests.


In reply to Re^2: A Peeve of Great Pettishness by DrHyde
in thread A Peeve of Great Pettishness by samizdat

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.