summaryrefslogtreecommitdiff
path: root/pod/perl.pod
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2020-02-11 13:36:02 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-11 13:36:26 +0000
commitb9e2183386fadc0979b46e024365ceab56a369aa (patch)
tree15d1d01e3a1725b3da8b190fcf00ed20ad46ac67 /pod/perl.pod
parent1e597293641d8bd8cb9842ce305434fd1f3d6dce (diff)
downloadperl-b9e2183386fadc0979b46e024365ceab56a369aa.tar.gz
Update documentation, readmes, comments, and utilities to reference the GitHub issue tracker
The perlbug utility and perlbug@perl.org should no longer be used to submit bug reports or patches. (cherry picked from commit 8166b4e0bc220e759aa233af54ac1e60cc510f0c)
Diffstat (limited to 'pod/perl.pod')
-rw-r--r--pod/perl.pod6
1 files changed, 2 insertions, 4 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index aed143ad9d..880725b428 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -421,11 +421,9 @@ displayed by diagnostics are internally stored as short integers,
so they are limited to a maximum of 65535 (higher numbers usually being
affected by wraparound).
-You may mail your bug reports (be sure to include full configuration
+You may submit your bug reports (be sure to include full configuration
information as output by the myconfig program in the perl source
-tree, or by C<perl -V>) to perlbug@perl.org . If you've succeeded
-in compiling perl, the L<perlbug> script in the F<utils/> subdirectory
-can be used to help mail in a bug report.
+tree, or by C<perl -V>) to L<https://github.com/Perl/perl5/issues>.
Perl actually stands for Pathologically Eclectic Rubbish Lister, but
don't tell anyone I said that.