From 4fbd208ee9aae508ed1edf80459dd6b0c133e2bf Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 17 Nov 2014 15:58:38 +0200 Subject: Add the link to the git repository to the META.yml. See: * https://rt.cpan.org/Public/Bug/Display.html?id=99776 We need to link to it so people will know where to contribute. --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 129d1a1a..ef498547 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -160,6 +160,13 @@ WriteMakefile( SYSCONFDIR => '$(DESTDIR)/etc', LOCALSTATEDIR => '$(DESTDIR)/var/lib', }, + ( $ExtUtils::MakeMaker::VERSION >= 6.46 ? ( + 'META_MERGE' => { + resources => { + repository => 'http://gitweb.mageia.org/software/rpm/urpmi/', + }, + } ) : () + ), EXE_FILES => [ @bin_scripts, @sbin_scripts, @libexec_scripts ], PMLIBDIRS => [ qw(gurpm urpm) ], $with_po ? (DIR => [ 'po' ]) : (), -- cgit v1.2.1