In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/3a24361c312f212fa5f30c608e0c1891c8cb3ba8?hp=09305603e04e74c6e7ae78285e97a929dfc336e7>
- Log ----------------------------------------------------------------- commit 3a24361c312f212fa5f30c608e0c1891c8cb3ba8 Author: Graham Knop <[email protected]> Date: Fri Apr 20 15:17:58 2018 +0200 refer Time::HiRes RT queue to perl core ----------------------------------------------------------------------- Summary of changes: dist/Time-HiRes/Makefile.PL | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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); } -- Perl5 Master Repository
