Add a meta_merge link to the respository.
Shlomi Fish [Sat, 28 Jul 2012 14:43:02 +0000 (17:43 +0300)]
This way metacpan.org and other services will display it.

Build.PL

index 8b604f8..004c49b 100644 (file)
--- 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;