summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-17 12:13:06 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-17 12:13:06 +0000
commitcdfdd512beae97f013036e2949db2e42adfd3350 (patch)
tree8acf814ad6730dd7b8ec75e7610720e40f9d7602 /Build.PL
parent0527cf7a37b1559655f63281aaff43b9cb490245 (diff)
Added repo meta.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index f373177..400d2c8 100644
--- a/Build.PL
+++ b/Build.PL
@@ -26,5 +26,9 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
-
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Status-DE-VRR'
+ }
+ },
)->create_build_script();