summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2020-03-14 12:59:09 -0500
committerKarl Williamson <khw@cpan.org>2020-03-14 14:07:08 -0600
commit35e21c5bf73a6039193bb688ec85ff2cc7716443 (patch)
tree1949c7b0a9dff2816c8b7e4f3b76fb47665aca28 /hints
parent021cdc52fc693b45d1b1376d6a98c988d68a5106 (diff)
downloadperl-35e21c5bf73a6039193bb688ec85ff2cc7716443.tar.gz
Fix language referring to GitHub issue tracker in various places
There were a number of spots that used language more appropriate for an email address than a web-based tracker. I noticed this because of the recent 5.30.2 release, which has a perldelta containing the sentence "If you find any we have missed, send email to https://github.com/Perl/perl5/issues." But I think that was because the 5.30.2 branch did not include 8166b4e0bc220e759aa233af54ac1e60cc510f0c.
Diffstat (limited to 'hints')
-rw-r--r--hints/README.hints2
-rw-r--r--hints/bsdos.sh2
-rw-r--r--hints/freebsd.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/hints/README.hints b/hints/README.hints
index 4745c7cb8e..e8ff5eee44 100644
--- a/hints/README.hints
+++ b/hints/README.hints
@@ -9,7 +9,7 @@ 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
+Please report any problems or suggested changes at
L<https://github.com/Perl/perl5/issues>.
=head1 Hint file naming convention.
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index 95950b787e..a1ba113f7a 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 https://github.com/Perl/perl5/issues otherwise.
+Feel free report that at https://github.com/Perl/perl5/issues otherwise.
EOM
exit 1
;;
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index ed5dd036dc..72db521ef7 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 https://github.com/Perl/perl5/issues otherwise.
+Feel free to report that at https://github.com/Perl/perl5/issues otherwise.
EOM
exit 1
;;