summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Module-CoreList/Makefile.PL')
-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;