From 8a2bac03926f98edc0346378dfdfcaa2350fe02a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Nov 2017 11:23:01 +0100 Subject: add git URL to CPAN metadata --- RPM4/Makefile.PL | 7 +++++++ RPM4/NEWS | 1 + 2 files changed, 8 insertions(+) diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index 592a7b9..f2911c0 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -62,6 +62,13 @@ WriteMakefile( LICENSE => 'gpl_2', META_MERGE => { 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://git.mageia.org/software/rpm/perl-RPM4/', + web => 'http://gitweb.mageia.org/software/rpm/perl-RPM4/', + }, + }, release_status => 'stable' }, MIN_PERL_VERSION => '5.008001', diff --git a/RPM4/NEWS b/RPM4/NEWS index 176bd43..75ad20b 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -4,6 +4,7 @@ o list dependancies o skip a test with rpm-4.1[12] due to a segfault o use PkgConfig in order to find rpm +- improve CPAN metadata Version 0.37 - 27 October 2017 -- cgit v1.2.1