Scroll to navigation

Perlbal::Manual::Contributing(3pm) User Contributed Perl Documentation Perlbal::Manual::Contributing(3pm)

NAME

Perlbal::Manual::Contributing - How to contribute to Perlbal

VERSION

Perlbal 1.78.

DESCRIPTION

This document aims at providing useful pointers for people wanting to contribute to Perlbal.

Knowing more about the project

There's a description of Perlbal's internals in Perlbal::Manual::Internals.
There's a list of to-do items at http://code.google.com/p/perlbal/issues/list
Also, join the mailing list at http://groups.google.com/group/perlbal.

How to submit patches

Send your patch to the mailing list:
<http://groups.google.com/group/perlbal>
Preferred format is either a URL to your change, or a unified diff ("diff -u") attachment.
For bonus points, include your patch inline also for ease of inline commenting during code reviews, but be sure to also attach the patch or include a URL.
Be sure to follow local style conventions.
Project homepage
    http://www.danga.com/perlbal/
    
Code repository
    https://github.com/perlbal/Perlbal (git)
    
Mailing list
    http://groups.google.com/group/perlbal
    
Bug Tracker and ToDo
    http://code.google.com/p/perlbal/issues/list
    

SEE ALSO

Perlbal::Manual::Credits, Perlbal::Manual::Internals,
2011-01-23 perl v5.14.2