add repo to Makefile.PL

This commit is contained in:
Zane C. B-H 2021-11-08 20:32:55 -06:00
parent eb0d2f5e28
commit ed247fdbbd
1 changed files with 45 additions and 35 deletions

View File

@ -29,6 +29,16 @@ my %WriteMakefileArgs = (
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Search-ESsearcher-*' },
META_MERGE => {
"meta-spec" => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'git@github.com:VVelox/Search-ESsearcher.git',
web => 'https://github.com/VVelox/Search-ESsearcher',
},
},
},
);
# Compatibility with old versions of ExtUtils::MakeMaker