diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-08-29 14:46:25 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-08-29 14:46:25 +0100 |
commit | 779a694fbef8016d0f863c1413faf8e4765ff24c (patch) | |
tree | ffa1cf8ccf4fe323dd4daff40271a514eccad371 /dist | |
parent | cbf837914d6724cb703a328dab484c8c9995ca3a (diff) | |
download | perl-779a694fbef8016d0f863c1413faf8e4765ff24c.tar.gz |
Fix META_MERGE in Module-CoreList Makefile.PL
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Makefile.PL | 7 |
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, ) ; |