diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:00:47 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:02:22 +0200 |
commit | 0aca427eb12e9695c3c692292c8237940c018d14 (patch) | |
tree | b27c3b93937b3ee122acf45866081daa7a55bddd | |
parent | a4bd6c712f5c64fdb4d63bce33d7855e625d22ae (diff) | |
download | rpmtools-0aca427eb12e9695c3c692292c8237940c018d14.tar rpmtools-0aca427eb12e9695c3c692292c8237940c018d14.tar.gz rpmtools-0aca427eb12e9695c3c692292c8237940c018d14.tar.bz2 rpmtools-0aca427eb12e9695c3c692292c8237940c018d14.tar.xz rpmtools-0aca427eb12e9695c3c692292c8237940c018d14.zip |
describe git repository
-rwxr-xr-x | Makefile.PL | 12 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 13 insertions, 0 deletions
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/', + }, + }, + } ) : () + ), ); @@ -1,4 +1,5 @@ - cpan_testers: list deps +- CPAN: add metadata Version 7.02 - 11 March 2018, by Martin Whitaker |