I find it pretty fun to try to modify code that lives in a world that I'm largely not part of, this is a nice little impetus!
The CPAN Pull Request Challenge
11–20 of 49 posts
Re: The CPAN Pull Request Challenge
#12I'm in. People around here are sometimes cynical of Perl, but there's a lot of high quality code on CPAN that definitely shouldn't fall by the wayside.
I guess I'd rather invest in the future rather than try to save the past.
Re: The CPAN Pull Request Challenge
#13Re: The CPAN Pull Request Challenge
#14Some years ago I tried to motivate people to contribute to Perl 6, and found that while many had some lingering interest in doing so, they needed some steering.
This was hard for me to do, because usually in Open Source communities, you aren't supposed to tell people what to do; they are free to chose the occupation after all. But I found that it worked very well.
So I think the CPAN Pull Request Challenge is a very good approach to steer people to particular projects, without causing too much work for those who steer. At least it's a very good experiment to try.
Re: The CPAN Pull Request Challenge
#15Sounds great, is there anything like this for php?
In general though it would be cool to just automate this in some fashion. Occasionally email participants a link to projects that haven't had commits in many months but have open bugs or feature requests.
Re: The CPAN Pull Request Challenge
#16Sounds great, is there anything like this for php?
I don't think php has reached the point where a lot of libraries have reached stagnation. In general though it would be cool to just automate this in some fashion. Occasionally email participants a link to projects that haven't had commits in many months but have open bugs or feature requests.
Re: The CPAN Pull Request Challenge
#17Sounds great, is there anything like this for php?
Re: The CPAN Pull Request Challenge
#18Sounds great, is there anything like this for php?
Many CPAN modules are blobs of arcanery and some work completely well but are relatively abandoned.
Re: The CPAN Pull Request Challenge
#19I'm in. Some years ago I tried to motivate people to contribute to Perl 6, and found that while many had some lingering interest in doing so, they needed some steering. This was hard for me to do, because usually in Open Source communities, you aren't supposed to tell people what to do; they are free to chose the occupation after all. But I found that it worked very well. So I think the CPAN Pull Request Challenge is…