This was originally posted to my journal, but I think it's important enough that it should be posted here.

No names, but if you happen to be sitting on modules which other people depend on and you're not going to fix bugs, give up the module, offer someone co-maintainership or figure out something which gives users a way out. I realize that not everyone has a pile of free time to constantly upgrade and maintain modules, but if it's something widely used and you don't have time for it, isn't the responsible thing to find a way to get those bug fixes out there?

When I say "bugs", I primarily mean bugs reported via RT. If you report them on AnnoCPAN, Perlmonks, or even private email to the author, those really shouldn't count as module authors cannot be expected to track down all of those various resources and remember them (and I know I probably have more than on bug report buried in my email, but damned if I can find 'em).

So please, if you maintain modules that others depend on and there are known, reported bugs for your module(s) that you're not fixing, make it possible that they can be fixed. Otherwise, users are forced to fork the code, have locally patched copies or engage in hideous workarounds. Don't do that to your users!

Cheers,
Ovid

New address of my CGI Course.


In reply to Give up your modules! by Ovid

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.