From 0aca427eb12e9695c3c692292c8237940c018d14 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Sep 2018 11:00:47 +0200 Subject: describe git repository --- Makefile.PL | 12 ++++++++++++ NEWS | 1 + 2 files changed, 13 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 44cf619..53228b7 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -68,4 +68,16 @@ WriteMakefile( COMPRESS => 'xz -f --best --text', SUFFIX => '.xz', }, + ( $ExtUtils::MakeMaker::VERSION >= 6.46 ? ( + 'META_MERGE' => { + "meta-spec" => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://git.mageia.org/software/rpm/rpmtools/', + web => 'http://gitweb.mageia.org/software/rpm/rpmtools/', + }, + }, + } ) : () + ), ); diff --git a/NEWS b/NEWS index 4e503f1..0d40954 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - cpan_testers: list deps +- CPAN: add metadata Version 7.02 - 11 March 2018, by Martin Whitaker -- cgit v1.2.1