Are you trying to tell me that your own code is 100% bug free and does all the above (or some analog thereof) 100% of the time?

Gimme a break! I know that I've probably written on the order of 1,000,000 lines of code over the last 35 years (proably more than that, I-dunno, the number ain't the point) and I've run into more WTFs in my own code. Subroutines that "shoulda worked" that didn't for one reason or another, forgotten switch cases, token types in a parse I wasn't expecting, you name it.

You're complaining about something that was written by volunteers. That's silly. If it's broke and you have a fix for it, gently and politely contact the module's author(s) and let them know you have a fix. They might even incorporate it in a future release of the module.

What I've described in a nutshell is the way Open Source is supposed to work and what is supposed to be the strength in Open Source. This is the difference, at least in my mind, between free, as in "freedom of speach" and free, as in "free beer."

If all you do is take from the Open Source world and don't at least offer to give back in some form or another then, in my humble opinion, you've blunted your right to complain. Even if your not offering code to fix a problem, you could at the very least offer up to the author(s) your situation as a test case of where the OSS code in this case is going wrong.

Hey... if code were 100% reliable 100% of the time us System Admistrator types wouldn't have jobs! :-D

Just my US $0.02 worth....


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

In reply to Re: Reliable software OR Is CPAN the sacred cow by blue_cowdawg
in thread Reliable software: SOLVED (was: Reliable software OR Is CPAN the sacred cow) by powerman

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.