diff options
author | Max Maischein <corion@corion.net> | 2019-10-11 11:10:28 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-10-11 13:37:16 +0200 |
commit | 94a9f2548520fd4599cb228c9e1608f4f0def4f3 (patch) | |
tree | d084f933cc19cb65d1175174d77567c8b4a6111e /cygwin | |
parent | 8fbb37ca1c472ee93363785925824359c318c60f (diff) | |
download | perl-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 'cygwin')
-rw-r--r-- | cygwin/cygwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c index 6b11efed7f..b79af68e58 100644 --- a/cygwin/cygwin.c +++ b/cygwin/cygwin.c @@ -219,7 +219,7 @@ XS(Cygwin_cwd) dXSARGS; char *cwd; - /* See http://rt.perl.org/rt3/Ticket/Display.html?id=38628 + /* See https://rt.perl.org/rt3/Ticket/Display.html?id=38628 There is Cwd->cwd() usage in the wild, and previous versions didn't die. */ if(items > 1) |