You don't need to sign up for bitcard etc. You just need to run the perlbug command-line client.

As for it's 'just one line'. What actually has to happen is that *someone* has to read the links you've provided, understand the issue, decide whether your patch is the best way to fix the issue (perhaps there are other considerations?), write an informative commit message, run the test suite, push the commit, and deal with any fallout if the smokes start failing. And field any queries from other p5pers, even though they aren't necessarily the one who understands the issue.

Whereas a bug report / RT ticket gets emailed to every one on the p5p mailing list, and the person who most understands the issue and/or the one with the spare time to apply the patch gets to deal with it. And all correspondence is logged against the ticket for future reference.

Dave.


In reply to Re^10: Perl 5 Optimizing Compiler, Part 4: LLVM Backend? by dave_the_m
in thread Perl 5 Optimizing Compiler, Part 4: LLVM Backend? by Will_the_Chill

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.