add repo to Makefile.PL

Este commit está contenido en:
Zane C. B-H 2021-11-08 20:32:55 -06:00
padre eb0d2f5e28
commit ed247fdbbd
Se han modificado 1 ficheros con 45 adiciones y 35 borrados

Ver fichero

@ -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