diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-04-29 19:26:38 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-04-29 19:26:38 +0100 |
commit | fa20e304ada6ee23683e564c03de9ca112ca97a7 (patch) | |
tree | c789d90c45e8ee7fb14b602d34028fb0b014bbb5 /dist | |
parent | ef37f6f5b505e06da216204ea65fa57ffadab892 (diff) | |
download | perl-fa20e304ada6ee23683e564c03de9ca112ca97a7.tar.gz |
Update repository and bugtracker meta for Module-CoreList
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Makefile.PL | 4 |
1 files 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; |