summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@chaosdorf.de>2018-12-19 22:05:05 +0100
committerGitHub <noreply@github.com>2018-12-19 22:05:05 +0100
commit4f3532a532af5c7888f79b4f68f987b7a7de417a (patch)
treefc06bbfa53881116dfe358aaaff55ce22d25e50d
parent5abf2dd997797bef49791cecf357854445c23e8f (diff)
parent511e01ec816d25d07f6524381aec505575cc49db (diff)
Merge pull request #2 from manwar/add-repo-meta
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();