From: Shlomi Fish Date: Sat, 28 Jul 2012 14:43:02 +0000 (+0300) Subject: Add a meta_merge link to the respository. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7913acf41bd1ee6ac7698937eaa0d3c13adecb0;hp=dfeacbfde7e2bc417949331e4e05864b9ecdc11a;p=catagits%2FXML-Feed.git Add a meta_merge link to the respository. This way metacpan.org and other services will display it. --- diff --git a/Build.PL b/Build.PL index 8b604f8..004c49b 100644 --- a/Build.PL +++ b/Build.PL @@ -24,6 +24,13 @@ my $build = Module::Build 'Test::More' => 0, }, create_makefile_pl => 'traditional', + meta_merge => + { + resources => + { + repository => "https://github.com/davorg/xml-feed", + }, + }, ); $build->create_build_script;