From 94a9f2548520fd4599cb228c9e1608f4f0def4f3 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Fri, 11 Oct 2019 11:10:28 +0200 Subject: 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. --- cygwin/cygwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cygwin') 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) -- cgit v1.2.1