I'm not sure users of a no longer maintained module are entirely 'out in the cold'. OK, they're stuck at a certain point, but as long as you don't delete your original file, they face a choice:

1) Update their dependent code to reflect any interface changes with the new merged module

2) Stick with the old module (risking new versions of other modules or perl deprecating some of the code)

In the latter case, we have to assume that an experimental module isn't likely to be a huge complex undertaking like DBI, and a few code fixes to get around deprecated useages are not too much of a problem.

I do think you are right and that users should be clearly warned that the code is experimental though. If it was stated in the POD, readme and filename that would be pretty clear.

I like the underscore idea as well - forcing a user to follow an extra step in installation highlights the experimental nature of the code quite nicely and reduces the likelihood that casual users will inadvertently install it.


In reply to Re: Is it acceptable to upload non-serious modules to CPAN? by g0n
in thread Is it acceptable to upload non-serious modules to CPAN? by Eyck

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.