/usr/share/perl5/Perlbal/Manual/Contributing.pod is in libperlbal-perl 1.80-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | =head1 NAME
Perlbal::Manual::Contributing - How to contribute to Perlbal
=head2 VERSION
Perlbal 1.78.
=head2 DESCRIPTION
This document aims at providing useful pointers for people wanting to contribute to Perlbal.
=head2 Knowing more about the project
There's a description of Perlbal's internals in L<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.
=head2 How to submit patches
Send your patch to the mailing list:
L<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.
=head2 Useful links
=over 4
=item Project homepage
http://www.danga.com/perlbal/
=item Code repository
https://github.com/perlbal/Perlbal (git)
=item Mailing list
http://groups.google.com/group/perlbal
=item Bug Tracker and ToDo
http://code.google.com/p/perlbal/issues/list
=back
=head2 SEE ALSO
L<Perlbal::Manual::Credits>,
L<Perlbal::Manual::Internals>,
|