So if someone feels strongly about the way a module is written, he should be allowed to take someone else's idea and implement it as his own?!

Not exactly, no; and I don't think anyone means to imply that. However, there's a subtle point that I think should not be so subtle.

Open-source thrives on people feeling strongly about the way something is done, taking its core idea, and implement it in their own way. The fact that Mr. London seems to have used your ideas to create his own implementation is not a problem, and I hope you realize that varieties of implementations like that are part of how the community works. It may not be always ideal, but it's commonly an improvement (look at the X.org fork that's replacing the slow-moving XFree86 X11 servers).

However, it is considered inappropriate in the Open-source community (and just about everywhere else) to do something like that and not credit the original ideas. It's called plagiarism when one person claims another's ideas as his own.

That said, it seems like Mr. London's intentions were honorable, as evidenced by his willingness to hand control of the module to you -- you can easily update the docs to say something like "Mr. London's implementation of the ideas in Language::Logo, which were pitched by liverpole at a Perl Monger's meeting...".

Intentions aside, though, we do have a responsibility to credit others' work -- and that includes ideas, etc. that feed that work. The reward for contributing to Open-source is credibility and recognition; it's important that we as a community pay extra-special attention to making sure credit is given when due.

<radiant.matrix>
Ramblings and references
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet

In reply to Re^5: RFC: Language::Logo by radiantmatrix
in thread RFC: Language::Logo by liverpole

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.