diff options
author | Dan Book <grinnz@grinnz.com> | 2019-12-22 17:13:31 -0500 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-12-22 16:56:52 -0700 |
commit | 8166b4e0bc220e759aa233af54ac1e60cc510f0c (patch) | |
tree | d8d7ed67c0e56ae2152c440216fae1a7505d0ce0 /README.vms | |
parent | 08ab6dc865ab79e6e7840494df7691dd811d0c1e (diff) | |
download | perl-8166b4e0bc220e759aa233af54ac1e60cc510f0c.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.
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.vms b/README.vms index c63ad76e58..d46d68b7c1 100644 --- a/README.vms +++ b/README.vms @@ -467,10 +467,9 @@ of the GNU cc headers. =head1 Reporting Bugs If you come across what you think might be a bug in Perl, please report -it. There's a script in PERL_ROOT:[UTILS], perlbug, that walks you through -the process of creating a bug report. This script includes details of your -installation, and is very handy. Completed bug reports should go to -perlbug@perl.org. +it. The issue tracker at L<https://github.com/Perl/perl5/issues> walks you +through the process of creating a bug report and including details of your +installation. =head1 CAVEATS |