Re: Wrong link in man page perlfaq
[email protected] (brian d foy) Fri, 19 Oct 2007 09:48:20 -0500
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <191020070948203209%[email protected]> |
In article <[email protected]>, Gregor Goldbach <[email protected]> wrote: > Hi workers, > > I was thinking about contributing to the perl FAQ, so I read the perlfaq > man page. The link 'http://cvs.perl.org/cvsweb/perlfaq/' gets redirected > to 'http://svn.perl.org/viewcvs/cvs-public/', which sadly results in an > error page: I don't know which version of the FAQ you're looking at, but it's old. No matter, the latest stuff is always at http://faq.perl.org . The perlfaq is now in a subversion repository at https://svn.perl.org/modules/perlfaq/trunk/ . You can checkout your working copy and look at the NEEDED_BUT_UNMADE_CHANGES for a start. Two major areas that need attention: 1. Go through perlfaq4 and update all the Date processing examples for current practice. That probably means showing DateTime examples where appropriate. 2. Go through perlfaq5 and update the regex examples to use the new regex features of perl5.10. Good luck :)