summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-12-22 17:13:31 -0500
committerKarl Williamson <khw@cpan.org>2019-12-22 16:56:52 -0700
commit8166b4e0bc220e759aa233af54ac1e60cc510f0c (patch)
treed8d7ed67c0e56ae2152c440216fae1a7505d0ce0 /hints
parent08ab6dc865ab79e6e7840494df7691dd811d0c1e (diff)
downloadperl-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 'hints')
-rw-r--r--hints/README.hints3
-rw-r--r--hints/bsdos.sh2
-rw-r--r--hints/freebsd.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/hints/README.hints b/hints/README.hints
index af31dd9e2c..4745c7cb8e 100644
--- a/hints/README.hints
+++ b/hints/README.hints
@@ -9,7 +9,8 @@ can't or doesn't guess properly. Most of these hint files have been
tested with at least some version of perl5, but some are still left
over from perl4.
-Please send any problems or suggested changes to perlbug@perl.org.
+Please send any problems or suggested changes to
+L<https://github.com/Perl/perl5/issues>.
=head1 Hint file naming convention.
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index 53a5cd2e68..95950b787e 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -125,7 +125,7 @@ $define|true|[yY]*)
*) cat <<EOM >&4
I did not know that BSD/OS $osvers supports POSIX threads.
-Feel free to tell perlbug@perl.org otherwise.
+Feel free to tell https://github.com/Perl/perl5/issues otherwise.
EOM
exit 1
;;
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index c7c04d42e7..ed5dd036dc 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -207,7 +207,7 @@ $define|true|[yY]*)
0.*|1.*|2.0*|2.1*) cat <<EOM >&4
I did not know that FreeBSD $osvers supports POSIX threads.
-Feel free to tell perlbug@perl.org otherwise.
+Feel free to tell https://github.com/Perl/perl5/issues otherwise.
EOM
exit 1
;;