"User asks for help. Fix for this bug would not help the project"

Actually even this kind of bug report can help the project - it can indicate an area where the provided documentation and examples are not clear enough.

Of all my CPAN projects, there is one that I'd class as the most polished; it has a very extensive test suite and detailed documentation; it has a fairly large number of other CPAN projects that now depend on it, so by necessity now needs to provide a pretty stable interface. It's also the project I've had the most bug reports for; of the 31 reported on rt.cpan.org (there have been others reported to me on IRC, but I've not kept careful records of them, so for statistical purposes we'll consider only those on rt.cpan.org) there are only two that I don't think have helped move the project forward. That's a pretty high ratio.

Where a bug report results in a change, I try to give thanks to the reporter in the "Changes" file.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

In reply to Re: Is bug report a contribution? by tobyink
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.