summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
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/freebsd.sh
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/freebsd.sh')
-rw-r--r--hints/freebsd.sh2
1 files changed, 1 insertions, 1 deletions
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
;;