In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c983ad790fc6906913e23b5570026a125c3f346a?hp=626ef08910b91efb9ac7ecd5f41e991c2a4ce5dd>
- Log ----------------------------------------------------------------- commit c983ad790fc6906913e23b5570026a125c3f346a Author: Ricardo Signes <[email protected]> Date: Wed Jan 1 18:20:21 2014 -0500 remove the claim that perlthanks gets an autoreply ----------------------------------------------------------------------- Summary of changes: utils/perlbug.PL | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 5a553d3..3b89c04 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -118,17 +118,23 @@ if ($outfile) { Send(); if ($thanks) { print "\nThank you for taking the time to send a thank-you message!\n\n"; + + paraprint <<EOF +Please note that mailing lists are moderated, your message may take a while to +show up. +EOF } else { print "\nThank you for taking the time to file a bug report!\n\n"; - } - paraprint <<EOF + paraprint <<EOF Please note that mailing lists are moderated, your message may take a while to show up. If you do not receive an automated response acknowledging your message within a few hours (check your SPAM folder and outgoing mail) please consider sending an email directly from your mail client to perlbug\@perl.org or perl-thanks\@perl.org respectively. EOF + } + } exit; -- Perl5 Master Repository
