On Sun, Mar 25, 2018 at 04:06:33PM -0700, Sergey Aleynikov via RT wrote: > Since the last non-core maintainer of this module has stepped down, shouldn't something like this attachment be applied, so no-one would report more bug to CPAN rt? > > --- > via perlbug: queue: perl5 status: open > https://rt.perl.org/Ticket/Display.html?id=133014 > >From 35f8345d918e73c070d463c85395a1531b0d8219 Mon Sep 17 00:00:00 2001 > From: Sergey Aleynikov <sergey.aleynikov@gmail.com> > Date: Mon, 26 Mar 2018 01:49:46 +0300 > Subject: [PATCH] Update rt path for Time::HiRes > > --- > dist/Time-HiRes/Makefile.PL | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/dist/Time-HiRes/Makefile.PL b/dist/Time-HiRes/Makefile.PL > index e0f7dd9a2f..7b812edc60 100644 > --- a/dist/Time-HiRes/Makefile.PL > +++ b/dist/Time-HiRes/Makefile.PL > @@ -961,6 +961,16 @@ sub doMakefile { > push @makefileopts, (LICENSE => 'perl_5'); > } > > + if ($ExtUtils::MakeMaker::VERSION >= 6.46) { > + push @makefileopts, ( > + resources => { > + repository => 'git://perl5.git.perl.org/perl.git', > + bugtracker => 'https://rt.perl.org/rt3/', > + homepage => "http://dev.perl.org/", > + }, > + ) > + } > + > WriteMakefile(@makefileopts); > } This sounds like a good idea, but I don't feel I'm in a position to judge whether all the details are correct. Should we consider applying this or similar as a 5.28 blocker? Otherwise I don't think there's anything else left in this ticket that justifies keeping it as a blocker. -- The warp engines start playing up a bit, but seem to sort themselves out after a while without any intervention from boy genius Wesley Crusher. -- Things That Never Happen in "Star Trek" #17Thread Previous | Thread Next