diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2010-05-09 12:38:29 +0000 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-05-09 17:14:38 +0200 |
commit | dce3ee48d7ab1ee0d37b9dd125e92b4c58a3ad8e (patch) | |
tree | baa6cde47be3ebe0d6023b93b8ba993f68a687fd /pod/perlrepository.pod | |
parent | 37820adc4aeb8cb209843cf0abf3b24c8e5b59e8 (diff) | |
download | perl-dce3ee48d7ab1ee0d37b9dd125e92b4c58a3ad8e.tar.gz |
Clarify that mail to perlbug also goes to p5p
The wording added in 64a8e22bd3 didn't clarify that mail to perlbug is
also forwarded to perl5-porters. Make this section clearer so that it
now explains that perlbug is just perl5-porters + RT tracking.
See the discussion after Craig A. Berry's comment in RT #73914 for
reference.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index e7ef58a022..7cf75e9b01 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -357,10 +357,13 @@ Now you should create a patch file for all your local changes: % git format-patch -M origin.. 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch -You should now send an email to either perlbug@perl.org or -perl5-porters@perl.org with a description of your changes, and include -this patch file as an attachment. The perlbug address is preferred, -but use perl5-porters for patches intended for discussion. +You should now send an email to to +L<perlbug@perl.org|mailto:perlbug@perl.org> with a description of your +changes, and include this patch file as an attachment. In addition to +being tracked by RT, mail to perlbug will automatically be forwarded +to perl5-porters. You should only send patches to +L<perl5-porters@perl.org|mailto:perl5-porters@perl.org> directly if the +patch is not ready to be applied, but intended for discussion. See the next section for how to configure and use git to send these emails for you. |