summaryrefslogtreecommitdiff
path: root/dist/Time-HiRes
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2018-04-20 15:17:58 +0200
committerKarl Williamson <khw@cpan.org>2019-05-31 15:00:43 -0600
commit3a24361c312f212fa5f30c608e0c1891c8cb3ba8 (patch)
treebba740ea7668927e8ad8150781e9aef23b61976d /dist/Time-HiRes
parent09305603e04e74c6e7ae78285e97a929dfc336e7 (diff)
downloadperl-3a24361c312f212fa5f30c608e0c1891c8cb3ba8.tar.gz
refer Time::HiRes RT queue to perl core
Diffstat (limited to 'dist/Time-HiRes')
-rw-r--r--dist/Time-HiRes/Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/Time-HiRes/Makefile.PL b/dist/Time-HiRes/Makefile.PL
index b973c695d5..217a8fb8f5 100644
--- a/dist/Time-HiRes/Makefile.PL
+++ b/dist/Time-HiRes/Makefile.PL
@@ -959,6 +959,18 @@ sub doMakefile {
push @makefileopts, (LICENSE => 'perl_5');
}
+ if ($ExtUtils::MakeMaker::VERSION >= 6.46) {
+ push @makefileopts, (
+ META_MERGE => {
+ resources => {
+ repository => 'git://perl5.git.perl.org/perl.git',
+ bugtracker => 'https://rt.perl.org/rt3/',
+ homepage => "http://dev.perl.org/",
+ },
+ },
+ )
+ }
+
WriteMakefile(@makefileopts);
}