X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=10c40967db31ceedd71ee8e2dcf5cfbfa84c437e;hb=fb92321a1a6302ad90d89d2ff3616c1babbd29b0;hp=be54156db71aa2d3f8c0562ca2c8410ac333ccf0;hpb=6d2a9a35f591c2d30edf641882e1081cc8376123;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Makefile.PL b/Makefile.PL index be54156..10c4096 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,9 @@ use inc::Module::Install 0.91; use strict; use warnings FATAL => 'all'; +resources 'repository' => 'git://git.shadowcat.co.uk/p5sagit/Data-Dumper-Concise'; +resources 'homepage' => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Data-Dumper-Concise.git;a=summary'; + all_from 'lib/Data/Dumper/Concise.pm'; WriteAll;