Today Peter Guzis made some cool new contributions to Perl::Critic. However, both of his new policies required patches to bugs in PPI to function. So I fixed them (thanks to a commit bit from AdamK). And kept going and going. I had fun digging into the PPI source code and fixed about a half-dozen bugs today.
This reminded me of a revelation I had about a year ago: sometimes it's more fun to be a contributor than a maintainer. As a contributor, one has the freedom to pick a small part of a project, learn it and improve it without having to worry about the whole. And then you can put it down and go to work on something else for a while.
So this week for my few precious free hours, I've chosen to work on PPI::Token::Number instead of Perl::Critic itself or on my own modules that need some work (e.g. FLV::Info -- apologies to Christian Donhofer who's waiting on a hard fix in that module!)
Another nice thing about being a contributor is that your energy can be contagious. I've noticed that most every time I commit a patch to PPI, Adam commits a patch or two shortly thereafter. The same holds for submitting patches to RT. Sometimes when I submit RT bugs, the maintainer fixes not only my bug but a couple others at the same time. That makes me feel like my contribution has a multiplier effect. Sweet!
Re:And no...
Alias on 2006-09-22T06:51:48
Grr... I hate not being able to edit comments:) Re:And no...
jjore on 2006-09-22T14:39:43
pler's pretty cool. I wish I remembered what problem I had with it.Re:And no...
Alias on 2006-09-23T03:24:25
Until the most recent version, it used to split the terminal improperly on Win32, because exec() doesn't work right on Win32. That's fixed now.
But that's the only obviously problem I know about.Re:And no...
jjore on 2006-09-23T04:30:58
Nope, that's not it. Other people run Windows. I don't. The problem I had was I couldn't get the CPAN shell to install pler by the name "pler." Having to always name a module even for scripts isn't fun.Re:And no...
Alias on 2006-09-24T04:15:23
Hrm...
I think I saw something in the Changes file for CPAN.pm that talked about improvements for installing scripts in a more sensible way.
I'll keep it in mind though.