I had a weird situation arise yesterday. I was using a CPAN module that actually was released by $work (and not me) as an officially-supported module. And I had problems with it in a not-$work-related usage. So the first question that arose in my mind was where to report this. Internally, where, in my case, it would get higher visibility and more likely to be fixed in a timely manner, or externally so that others that may be affected would see the problem was already reported?

In my case, I decided to report internally, and provided a short patch (minimal changes) as well as a longer patch (taking care of other stylistic issues that provided a more perlish long-term solution). I'm curious, though, how others have dealt with this, or would deal with it were it to happen, or just what the community would generally prefer?


In reply to Reporting bugs in corporate-sponsored CPAN code by Tanktalus

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.