summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-11-26 19:04:57 -0500
committerKarl Williamson <khw@cpan.org>2019-11-26 17:55:48 -0800
commit8034715d6688b4ce5c0cd7447b497ad2b011ddaf (patch)
tree7c566313f7d25b6710faa8e04bf7fe6bc6ade892 /handy.h
parentb4285b0dabe98fc37362ed5367ba070593c8cbbc (diff)
downloadperl-8034715d6688b4ce5c0cd7447b497ad2b011ddaf.tar.gz
Convert issue links from rt.perl.org to GitHub
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 0f1e9407e1..bac1f83a0f 100644
--- a/handy.h
+++ b/handy.h
@@ -2089,7 +2089,7 @@ END_EXTERN_C
/* To prevent S_scan_word in toke.c from hanging, we have to make sure that
* IDFIRST is an alnum. See
- * https://rt.perl.org/rt3/Ticket/Display.html?id=74022 for more detail than you
+ * https://github.com/Perl/perl5/issues/10275 for more detail than you
* ever wanted to know about. (In the ASCII range, there isn't a difference.)
* This used to be not the XID version, but we decided to go with the more
* modern Unicode definition */