From: Lukas Mai Date: Sun, 24 Jun 2012 12:20:13 +0000 (+0200) Subject: add git repository to meta X-Git-Tag: v0.06_01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b42fc1374d264deaad34df3638685d8431a037d1;hp=0d400376c15e967506d4af1eb14ca9bc64f7f668;p=p5sagit%2FFunction-Parameters.git add git repository to meta --- diff --git a/Makefile.PL b/Makefile.PL index 065ab9e..a8a471f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,6 +24,16 @@ WriteMakefile( 'strict' => 0, }, MIN_PERL_VERSION => '5.14.0', + META_MERGE => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Function-Parameters', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Function-Parameters.git', + type => 'git', + }, + }, + }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Function-Parameters-*' }, );