My Attempt at CPAN PR Challenge for 01/2015

When I was reading through Perl Weekly newsletter the other day, I realized that there is a challenge named 'CPAN Pull Request Challenge'. Everyone was invited to join, and I decided to give it a go. It was organized by Neil Bowers, who explained the details right here.

The idea was simple: For each month in 2015, each participant will be assigned a CPAN module. Then they will be asked to contribute to the code. Be it improving documentation, writing more tests to improve test coverage, fixing a bug or actually implementing a new feature, you were to do something and then submit a pull request on GitHub. As this challenge was open to 'anyone', there were several documents explaining how GitHub works, and how to submit your first pull request and what not. If you have a look at blogs.perl.org, you'll see several of them. Even if you're not going to participate, they are still pretty decent how-to documents, and having a look will not hurt.

Here's what I did for January: I was assigned Exporter::Declare, a module that is rather decent and in a good shape. First thing I realized was the readme file. It did not contain any markdown elements of GitHub. So I forked the code, renamed README to README.md (to denote markdown, explanation here) and changed the file. I added headers, code blocks with syntax highlighting, and sent a pull request.


Image: Old readme file with no markdown.


Image: Modified readme file with markdown.


This was pretty simple and extremely easy task to complete, but it wasn't the great PR, as the readme file turned out to be auto generated. Then I took a look into this post, which described the way to handle auto-generated github-friendly readme files. I ended up creating another pull request for this approach at here.

Image: Automatically generated readme file with markdown.


It's a small contribution, but I believe it's still better than giving nothing to the community at all. Plus, this is only the beginning. There will be 11 more tasks assigned to me, and I promise to work harder on upcoming module assignments. For example, I haven't written any tests for my only module on CPAN, as I always found an excuse to skip writing them. As searching for what I can do to improve my assignment, I've already learned about Devel::Cover, cpancover.com, and cpantesters. Test is not the only thing I've learned about: There is Perl::Critic that evaluates your code. There is also a way to add your github link to the meta file.

I'll finish with two quotes: One is about pull requests. They say that the 'true' way of submitting a PR is by creating a new branch. This was something I was not aware of. The other one comes from the mail-list of CPAN-PR: They say "Code can almost always use more comments: this is no exception."

If you want to join in, I suppose you're not late. Try to e-mail Neil Bowers and he'll most probably assign you a module. See January assignments here (not all of them are public, so the number is higher than what you see.)

2 Comments

A fine start, and you have already learned a lot! Keep it up!

Leave a comment

About Kivanc Yazan

user-pic Software Engineer at ZipRecruiter.