X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ed06169b163f3441a89f41264decd08dd2ab35a6;hb=861542807a17309d399f3f5dea2a0974620da176;hp=7f4a7cf830ca050808dea1078bcdf32d549fc2ad;hpb=c18012aadda45fccbb7e09d5b866402f1aebf576;p=p5sagit%2FPackage-Variant.git diff --git a/Makefile.PL b/Makefile.PL index 7f4a7cf..ed06169 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,4 +17,14 @@ WriteMakefile( 'Import::Into' => 1, 'Module::Runtime' => '0.013', }, + + META_MERGE => { + dynamic_config => 0, + + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Package-Variant.git + repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', + homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git', + }, + }, );