From 84f43df15e6780930cdd821a53f0587dd7a6ae46 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Wed, 29 Apr 2020 19:26:38 +0100 Subject: Update repository and bugtracker meta for Module-CoreList (cherry picked from commit fa20e304ada6ee23683e564c03de9ca112ca97a7) --- dist/Module-CoreList/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/Makefile.PL b/dist/Module-CoreList/Makefile.PL index 7eb5ab287b..03e7165252 100644 --- a/dist/Module-CoreList/Makefile.PL +++ b/dist/Module-CoreList/Makefile.PL @@ -8,8 +8,8 @@ push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009 and $] < 5.012; push @extra, 'META_MERGE' => { resources => { - repository => 'git://perl5.git.perl.org/perl.git', - bugtracker => 'https://rt.perl.org/rt3/', + repository => 'git://github.com/Perl/perl5.git', + bugtracker => 'https://github.com/Perl/perl5/issues', homepage => "http://dev.perl.org/", }, } unless $ExtUtils::MakeMaker::VERSION < 6.46; -- cgit v1.2.1