diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:23:01 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:23:01 +0100 |
commit | 8a2bac03926f98edc0346378dfdfcaa2350fe02a (patch) | |
tree | 1bb0d50f98ba6e1fa48e71cb434eca0d8b9dbb4b /RPM4 | |
parent | a964bf03b3b64fe3bccabbedb80dddad201fe380 (diff) | |
download | perl-RPM4-8a2bac03926f98edc0346378dfdfcaa2350fe02a.tar perl-RPM4-8a2bac03926f98edc0346378dfdfcaa2350fe02a.tar.gz perl-RPM4-8a2bac03926f98edc0346378dfdfcaa2350fe02a.tar.bz2 perl-RPM4-8a2bac03926f98edc0346378dfdfcaa2350fe02a.tar.xz perl-RPM4-8a2bac03926f98edc0346378dfdfcaa2350fe02a.zip |
add git URL to CPAN metadata
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/Makefile.PL | 7 | ||||
-rw-r--r-- | RPM4/NEWS | 1 |
2 files changed, 8 insertions, 0 deletions
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', @@ -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 |