summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMartin McGrath <mcgrath.martin@gmail.com>2013-12-31 09:22:28 -0700
committerKarl Williamson <public@khwilliamson.com>2013-12-31 09:47:56 -0700
commita9d7774b85068398f0b1989e5ae547ee5f4b4c4e (patch)
tree8e4228fcee3e09ff115b416f65345fa121880760 /utils
parent01b83a3095f97d49080e0ba2d2b1b890201e3dd1 (diff)
downloadperl-a9d7774b85068398f0b1989e5ae547ee5f4b4c4e.tar.gz
PATCH [perl #120901] perlbug.PL - Add to user feedback/docs
Diffstat (limited to 'utils')
-rw-r--r--utils/perlbug.PL15
1 files changed, 12 insertions, 3 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index e7f258e63d..5a553d3e94 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -121,6 +121,14 @@ if ($outfile) {
} else {
print "\nThank you for taking the time to file a bug report!\n\n";
}
+
+ 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;
@@ -1311,11 +1319,12 @@ a duplicate of an existing report, you may not receive a personal
reply.
If it is important to you that your bug be fixed, do monitor the
-perl5-porters@perl.org mailing list and the commit logs to development
+perl5-porters@perl.org mailing list (mailing lists are moderated, your
+message may take a while to show up) and the commit logs to development
versions of Perl, and encourage the maintainers with kind words or
offers of frosty beverages. (Please do be kind to the maintainers.
-Harassing or flaming them is likely to have the opposite effect of
-the one you want.)
+Harassing or flaming them is likely to have the opposite effect of the
+one you want.)
Feel free to update the ticket about your bug on http://rt.perl.org
if a new version of Perl is released and your bug is still present.