summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Szabo <szabgab@gmail.com>2014-08-25 20:10:35 +0300
committerGabor Szabo <szabgab@gmail.com>2014-08-25 20:10:35 +0300
commit71de0305b85689db0f76bdbfe2d03cd0f5a592b0 (patch)
treea59383746719cb3ca7657f9ac92317d75eb4cf2a
parentee87dee4461c40511d5f1d1503e50f992bfb6400 (diff)
link to GitHub from META files and thus from MetaCPAN.org
-rw-r--r--Build.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 1769ae7..5400aac 100644
--- a/Build.PL
+++ b/Build.PL
@@ -27,5 +27,9 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
-
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Routing-DE-VRR'
+ }
+ },
)->create_build_script();