summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-09-19 09:52:46 +0200
committerYorhel <git@yorhel.nl>2015-09-19 09:52:46 +0200
commit81933d9acb53e368d2dd0f735b0e4d3f8971007f (patch)
treee27067dc1dac87f2602801c5fdacb22caca19e4e /Build.PL
parent0f80f824d7926cf4764ec8475b2af4c9fa6ffe55 (diff)
Add repository URL to Build.PL and make it non-executable
...for better Kwalitee.
Diffstat (limited to 'Build.PL')
-rw-r--r--[-rwxr-xr-x]Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index a350769..9779623 100755..100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,6 +16,11 @@ Module::Build->new(
'FCGI' => 0,
'DBI' => 0,
},
+ meta_merge => {
+ resources => {
+ repository => 'http://g.blicky.net/tuwf.git/'
+ },
+ },
create_makefile_pl => 'traditional',
)->create_build_script;