From a9b31b029331d7f8e78bb6828a993159225d264d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 24 Oct 2018 17:03:35 +0100 Subject: [PATCH] Added repo meta to Makefile.PL script. --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 2afe922..e08130f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,4 +19,11 @@ WriteMakefile( }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'WWW-Correios-SRO-*' }, + META_MERGE => { + resources => { + license => 'http://dev.perl.org/licenses/', + bugtracker => 'https://rt.cpan.org/Public/Dist/Display.html?Name=WWW-Correios-SRO', + repository => 'https://github.com/garu/WWW-Correios-SRO', + }, + }, );