From: Karen Etheridge Date: Wed, 14 Nov 2012 20:59:46 +0000 (-0800) Subject: add repo info to metadata X-Git-Tag: Try-Tiny-0.12~4^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf9cad6b617a2fe126f01a89fe2305cb5a0fe458;p=p5sagit%2FTry-Tiny.git add repo info to metadata --- diff --git a/Makefile.PL b/Makefile.PL index fb8b78d..e4f2cf1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,4 +12,10 @@ WriteMakefile( PREREQ_PM => { 'Test::More' => 0, }, + META_MERGE => { + resources => { + homepage => 'https://github.com/doy/try-tiny.git', + repository => 'git://github.com/doy/try-tiny.git', + }, + }, );