A recent thread touched on the question of what counts as contributing to Perl. I feel strongly that contributions to Perl, or any open source project, come in all shapes and sizes. This is a pet topic of mine, to be sure. I wrote an article a few weeks back on the topic, on how to contribute to open source without being a rock star, and I'll be giving a talk at YAPC::NA about it. The article is condensed from some ideas I have for a website that will help people who want to contribute to find ways for them to pitch in.

The obvious contributors to Perl are those who do the work on perl5-porters, adding new features to the core language, and making the regular releases. That's huge. But there is so much more.

So I ask my fellow monks to meditate: What makes a contributor to Perl? Who contributes to Perl, either in the abstract ("People who write CPAN modules") or the specific ("Bob Smith wrote the Foo::Bar module that I used all the time")?

xoxo,
Andy


In reply to What makes a contributor to Perl? by petdance

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.