From: Dave Cross Date: Sat, 28 Jul 2012 16:26:01 +0000 (-0700) Subject: Merge pull request #7 from shlomif/master X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d884ef17f0aa2c3fb480e380f23388007dcb0f11;hp=dfeacbfde7e2bc417949331e4e05864b9ecdc11a;p=catagits%2FXML-Feed.git Merge pull request #7 from shlomif/master Add a META.yml/META.json link to the repository. --- 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;