Terrence Monroe Brannon writes:
> I would be happy to help out... it will be nice to actually know
> everything in the FAQ... and what better way than by editing it.
>
> I am behind a firewall at work, so I don't know if I will be able to
> do anything for the FAQ at work.
>
> So how do I get started?
Read cvs.perl.org. If you already have CVS installed, you can get a
local copy of the current CVS repository with
cvs -d :pserver:[EMAIL PROTECTED]:/home/perlcvs login
[press enter at the password prompt]
cvs -d :pserver:[EMAIL PROTECTED]:/home/perlcvs co perlfaq
To produce a diff (aka a patch) use
cvs diff -u -d
If all that works and you want to become a committer, sign up for an
account at
http://dev.perl.org/auth/account
and let me know what your username is. I'll tell Ask to add you as a
committer, so you can say
cvs commit
and to apply your local changes to the master repository.
Nat