develooper Front page | perl.perl5.porters | Postings from September 2010

Re: Contributing host-specific mods for 'nonstop'

Thread Previous | Thread Next
From:
Steffen Mueller
Date:
September 30, 2010 02:19
Subject:
Re: Contributing host-specific mods for 'nonstop'
Message ID:
4CA45611.4020603@cpan.org
Hi Randall,

Randall S. Becker wrote:
> We're getting ready to contribute the (small number of) changes I made for
> the File module and hints file to get perl 5.12 to build on NonStop. I'm not
> currently a contributor but would like to see this happen. Anyone willing to
> help?

that is great to hear. Welcome!

I can't say I'm a particularly skilled perl porter (in the true sense of 
the words), so I wouldn't be qualified to help with the actual code, but 
maybe give you some hints how contribution of patches works:

The sources are managed with git. We maintain a document that describes 
access to the source repository and general policy here:

http://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perlrepository.pod

In a nutshell, do

git clone git://perl5.git.perl.org/perl.git perl-git

and apply your changes and build/test. When you're satisfied, create 
patch file(s):

git format-patch -M origin..

and send them to perlbug@perl.org with a description of your
changes. Include the patch files as attachments. If you don't want them 
applied but just want to put them out there for comments, send them to 
the mailing list instead.

This is all laid out in much more detail in the above document.

If in doubt, just ask here or on IRC (irc.perl.org #p5p).

Best regards,
Steffen

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About