summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-04-29 19:26:38 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-04-29 19:26:38 +0100
commitfa20e304ada6ee23683e564c03de9ca112ca97a7 (patch)
treec789d90c45e8ee7fb14b602d34028fb0b014bbb5 /dist
parentef37f6f5b505e06da216204ea65fa57ffadab892 (diff)
downloadperl-fa20e304ada6ee23683e564c03de9ca112ca97a7.tar.gz
Update repository and bugtracker meta for Module-CoreList
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Makefile.PL4
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;