summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-08-29 14:46:25 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-08-29 14:46:25 +0100
commit779a694fbef8016d0f863c1413faf8e4765ff24c (patch)
treeffa1cf8ccf4fe323dd4daff40271a514eccad371 /dist
parentcbf837914d6724cb703a328dab484c8c9995ca3a (diff)
downloadperl-779a694fbef8016d0f863c1413faf8e4765ff24c.tar.gz
Fix META_MERGE in Module-CoreList Makefile.PL
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Makefile.PL b/dist/Module-CoreList/Makefile.PL
index abe12d9dda..6abce52101 100644
--- a/dist/Module-CoreList/Makefile.PL
+++ b/dist/Module-CoreList/Makefile.PL
@@ -25,13 +25,6 @@ WriteMakefile
'INSTALLDIRS' => ($] < 5.011 ? 'perl' : 'site'),
'PL_FILES' => {},
LICENSE => 'perl',
- META_MERGE => {
- resources => {
- repository => 'git://perl5.git.perl.org/perl.git',
- bugtracker => 'https://rt.perl.org/rt3/',
- homepage => "http://dev.perl.org/",
- },
- },
@extra,
)
;