diff options
author | Dave Rolsky <autarch@urth.org> | 2020-03-14 12:59:09 -0500 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-03-14 14:07:08 -0600 |
commit | 35e21c5bf73a6039193bb688ec85ff2cc7716443 (patch) | |
tree | 1949c7b0a9dff2816c8b7e4f3b76fb47665aca28 /hints/bsdos.sh | |
parent | 021cdc52fc693b45d1b1376d6a98c988d68a5106 (diff) | |
download | perl-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/bsdos.sh')
-rw-r--r-- | hints/bsdos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |