summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-17 12:26:18 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-17 12:26:18 +0000
commit02dc8732ff115d63bb53d543aa0cc3c31c82719e (patch)
tree1e039ca341679ea4dc29d5a3ebe05c9ee9b45750 /Build.PL
parent680ecd450fc1a3f2180c02cf19060103bbb78eef (diff)
Added repo meta.
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 72650a9..54c47b1 100644
--- a/Build.PL
+++ b/Build.PL
@@ -29,5 +29,10 @@ Module::Build->new(
'Text::CSV' => 0,
},
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Status-DE-URA'
+ }
+ },
)->create_build_script();