Which tells me that the best thing would be to not try to guess at what version of Perl to draw the line at (or to at least guess low). Only draw a line if you at least know that nothing before that line works. For example, if you know that your module doesn't work before 5.005 (not a hard thing to know, since there are so many features that don't work before then, for example, for my ...), then feel free to say "BEGIN { require 5.005 } # No 'for my'" even though the module may not work in even 5.006.

Also feel free to not draw any line, IMHO. If Perl had a feature for declaring "I have tested this module as far back as version 5.006", then I'd encourage people to use it. I really need to write perlage.pod...

- tye        


In reply to Re^2: Don't use 5.6.N (guess low) by tye
in thread Don't use 5.6.N by xdg

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.