Nope, not a lot of dev work at all. After following Limbic~Region's advice, I got to see the code (by joining pmdev). After about 10 minutes of searching and looking around, I figured out at a conceptual level what I would need to do, and I figured it would end up being about 5 lines of code added, and perhaps a couple lines changed. That's the easy part.

Next on the agenda is to do it and test it, then submit it. Discussions may break out anew, wars started, people killed. That doesn't concern me. I need to figure out how to test it. Nothing is worse than submitting an untested patch :-) The few CPAN modules I've submitted patches to have always been tested prior to even asking questions about them, let alone submitting them. I don't want to change that habit - at least, not quite yet. :-)

I'm hoping a few more minutes of searching will reveal how this is done, but that'll have to be done later, I've run out of time for this right now.

PS - so far, all the code I've looked at has been quite good. The only differences between how I code and how the code is written are in generally accepted contentious styles (e.g., "one-true-brace-style" vs other placements of bracing). Absolutely nothing has grated on me, so I'm quite impressed. :-)


In reply to Re^4: Basic voting statistics for Node Reputation by Tanktalus
in thread Basic voting statistics for Node Reputation by radiantmatrix

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.