diff options
-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 |