summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-18 18:59:09 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-18 18:59:09 +0000
commit511e01ec816d25d07f6524381aec505575cc49db (patch)
treefc06bbfa53881116dfe358aaaff55ce22d25e50d
parent5abf2dd997797bef49791cecf357854445c23e8f (diff)
Added repo meta.
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 9df1b7e..e629968 100644
--- a/Build.PL
+++ b/Build.PL
@@ -26,5 +26,10 @@ my $build = Module::Build->new(
},
script_files => 'bin/',
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/App-Hashl'
+ }
+ },
);
$build->create_build_script();