This really depends on how many people are using your code. If you were making changes to LWP, you would have a much different strategy than if you were making changes to a module only a handful of people actively use. If only a few people use it, then just warn the folks using the module, make the change and be done with it. Otherwise six months from now someone using an older version of your module will have a problem and you won't be able to remember when you made a particular change permanent, etc. Who needs that?

Also, I think it's confusing to distribute in the same module beta code that duplicates functionality of stable code. Most people will never use it (they just need to get a job done), so you've gone and confused them without any benefit (comments, patches, etc.) to yourself. The people who will actively use beta code are likely motivated enough to download a separate package from a separate site.

All IMO, of course :-)

Chris
M-x auto-bs-mode


In reply to Re: Introducing beta code into CPAN modules by lachoy
in thread Introducing beta code into CPAN modules by Masem

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.