Hacker News new | past | comments | ask | show | jobs | submit login
Bringing Perl5 to GitHub (perl.org)
47 points by kurtable on Feb 18, 2013 | hide | past | favorite | 7 comments



Non code parts of Perl including the perlfaq and some of the Perl community infrastructure are available on github here for people wanting to do drive by fixes:

https://github.com/perl-doc-cats

Probably this should be more widely known. Unfortunately I think some of these repos are old forked copies? For example the PAUSE and YAPC repos. I'm not sure why that is. Its not clearly documented how it all works exactly.




Perl people moving the ticketing system for Perl itself from a perl app to a Ruby app?

I'm surprised, but I can't say it's a downgrade: RT is a beast and is overkill for 90% of projects. GitHub's issue tracker is just right.


90% of projects are certainly not Perl.


I think you misread him. He meant that RT (a ticket/issue system in Perl) is overkill for 90% of projects that use it.

There's no reason to downvote him. His statement was fine.


He's talking about migration of Perl's ticket system (RT) to GitHub Issues.

Fortunately, he did not say RT is overkill for 90% of projects using it; that would not be correct. Projects using RT tend to be using it because it's not overkill for them, they need it.

In fact, I agree with his opinion that RT is likely overkill for 90% of projects.

My point is that Perl is not among the 90% that RT would be overkill for.

His overall comment's conclusion is mistaken, because for Perl, moving from RT to GitHub issues would be "a downgrade". GitHub Issues are not "just right" for a complex project like Perl that actively uses the metadata capabilities of a ticket tracking system like RT.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: