summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-01-01 18:20:21 -0500
committerRicardo Signes <rjbs@cpan.org>2014-01-01 18:20:21 -0500
commitc983ad790fc6906913e23b5570026a125c3f346a (patch)
treeaa02770176181033ca6380e06bafdbe6aecac38e /utils
parent626ef08910b91efb9ac7ecd5f41e991c2a4ce5dd (diff)
downloadperl-c983ad790fc6906913e23b5570026a125c3f346a.tar.gz
remove the claim that perlthanks gets an autoreply
Diffstat (limited to 'utils')
-rw-r--r--utils/perlbug.PL10
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 5a553d3e94..3b89c04072 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;