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/benchmark | |
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/benchmark')
-rw-r--r-- | t/benchmark/rt26188-speed-up-keys-on-empty-hash.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t b/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t index 94363950b1..db2ceb68b9 100644 --- a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t +++ b/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t @@ -25,7 +25,7 @@ the number or list of keys from an empty hash is about the same This test tests against RT ticket #26188 -L<http://rt.perl.org/rt3/Public/Bug/Display.html?id=26188> +L<https://rt.perl.org/rt3/Public/Bug/Display.html?id=26188> =cut |