summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 11:10:28 +0200
committerMax Maischein <corion@corion.net>2019-10-11 13:37:16 +0200
commit94a9f2548520fd4599cb228c9e1608f4f0def4f3 (patch)
treed084f933cc19cb65d1175174d77567c8b4a6111e /handy.h
parent8fbb37ca1c472ee93363785925824359c318c60f (diff)
downloadperl-94a9f2548520fd4599cb228c9e1608f4f0def4f3.tar.gz
Change bug URL from http://rt.perl.org to https://rt.perl.org
This updates the bug tracker URL from http://rt.perl.org to https://rt.perl.org. There is a place in the code, in corelist.pl, that is sensitive to the URL of the bug tracker. This now understands both versions of the bug tracker URL. Ideally, this will be consolidated once the dust settles. This patch also updates ExtUtils::CBuilder, Safe, threads and threads::shared to point to the new bug tracker URL.
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 115efda342..ee349432a3 100644
--- a/handy.h
+++ b/handy.h
@@ -2089,7 +2089,7 @@ _generic_utf8_safe(classnum, p, e, _is_utf8_FOO_with_len(classnum, p, e))
/* To prevent S_scan_word in toke.c from hanging, we have to make sure that
* IDFIRST is an alnum. See
- * http://rt.perl.org/rt3/Ticket/Display.html?id=74022 for more detail than you
+ * https://rt.perl.org/rt3/Ticket/Display.html?id=74022 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 */