summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorNeil Bowers <neil@bowers.com>2015-05-15 19:06:40 +0100
committerNeil Bowers <neil@bowers.com>2015-05-15 19:06:40 +0100
commit964bcdee8ee60686f9084dc3099ae96832621313 (patch)
tree06e83a6da30212c461f5465b2485f97e08294e95 /Build.PL
parent888a578247a5cae153b73f94d8020bcb361b4cc4 (diff)
Added github repo to dist metadata and the doc
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index c7c02e1..936a835 100644
--- a/Build.PL
+++ b/Build.PL
@@ -32,5 +32,10 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Status-DE-IRIS'
+ }
+ },
)->create_build_script();