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 /t/io/data.t | |
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 't/io/data.t')
-rw-r--r-- | t/io/data.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/io/data.t b/t/io/data.t index 03779a9177..a13e1dd21b 100644 --- a/t/io/data.t +++ b/t/io/data.t @@ -20,7 +20,7 @@ run_multiple_progs('', \*DATA); done_testing(); __END__ -# http://rt.perl.org/rt3/Ticket/Display.html?id=28106#txn-82657 +# https://rt.perl.org/rt3/Ticket/Display.html?id=28106#txn-82657 while (<DATA>) { chomp; print "$.: '$_'\n"; @@ -35,7 +35,7 @@ EXPECT 2: '2' 3: '3' ######## -# http://rt.perl.org/rt3/Ticket/Display.html?id=28106#txn-83113 +# https://rt.perl.org/rt3/Ticket/Display.html?id=28106#txn-83113 my $line1 = <DATA>; `echo foo`; my $line2 = <DATA>; @@ -48,7 +48,7 @@ EXPECT ok 1 ok 2 ######## -# http://rt.perl.org/rt3/Ticket/Attachment/828796/403048/perlbug.rep.txt +# https://rt.perl.org/rt3/Ticket/Attachment/828796/403048/perlbug.rep.txt my @data_positions = tell(DATA); while (<DATA>){ if (/^__DATA__$/) { |