diff options
author | Dan Book <grinnz@grinnz.com> | 2019-11-26 19:04:57 -0500 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-26 17:55:48 -0800 |
commit | 8034715d6688b4ce5c0cd7447b497ad2b011ddaf (patch) | |
tree | 7c566313f7d25b6710faa8e04bf7fe6bc6ade892 /t/benchmark | |
parent | b4285b0dabe98fc37362ed5367ba070593c8cbbc (diff) | |
download | perl-8034715d6688b4ce5c0cd7447b497ad2b011ddaf.tar.gz |
Convert issue links from rt.perl.org to GitHub
Diffstat (limited to 't/benchmark')
-rw-r--r-- | t/benchmark/gh7094-speed-up-keys-on-empty-hash.t (renamed from t/benchmark/rt26188-speed-up-keys-on-empty-hash.t) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t b/t/benchmark/gh7094-speed-up-keys-on-empty-hash.t index db2ceb68b9..764ae73198 100644 --- a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t +++ b/t/benchmark/gh7094-speed-up-keys-on-empty-hash.t @@ -7,7 +7,7 @@ plan(tests => 6); =head1 NAME -rt26188 - benchmark speed for keys() on empty hashes +gh7094 - benchmark speed for keys() on empty hashes =head1 DESCRIPTION @@ -23,9 +23,9 @@ the number or list of keys from an empty hash is about the same =head1 REFERENCE -This test tests against RT ticket #26188 +This test tests against GitHub ticket #7094 -L<https://rt.perl.org/rt3/Public/Bug/Display.html?id=26188> +L<https://github.com/Perl/perl5/issues/7094> =cut |