Many bug reports/tickets are posted in the wrong queue, because people don't/can't/won't analyze the actual *cause* of the problem.

If module Foo::Bar is just a wrapper over Foo or a subclass of Foo, the problem might very well be hidden in Foo, way out of reach of the author to whose queue the bug was reported. Same for failures regarding system libraries malfunctioning (libxml2, libcrypto, …) or installed basic utilities with severe bugs (tar, cc, bash, …) for which the author of a module cannot be held responsible. IMHO a CPAN author may expect functional bash/cmd, tar, and cd.

Sometime it is hard to be polite to ticket posters telling your module sucks because it doesn't work on their system, even if Makefile.PL and README specifically state that their system or configuration is not supported because of a very good reason (e.g. DBD::Oracle will not install if there are no Oracle client libraries available: that id NOT the fault of the author/maintainer of DBD::Oracle and it is very well documented. I really understand how it pisses them of if people post tickets like that.


Enjoy, Have FUN! H.Merijn

In reply to Re^2: Is bug report a contribution? by Tux
in thread Is bug report a contribution? by vsespb

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.