summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@chaosdorf.de>2018-12-19 22:04:44 +0100
committerGitHub <noreply@github.com>2018-12-19 22:04:44 +0100
commit85232738c1b224a223b358f8726ceed82fac2f60 (patch)
tree341c6303428a9f8374198e546e75fd5fdab223c9
parentf76e5ac1c0425c83d82c6e2fd599ae3724956a75 (diff)
parent4787b700f309f04db7f087552d291ef400dcd7b3 (diff)
Merge pull request #20 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 48a27ff..c931fc8 100644
--- a/Build.PL
+++ b/Build.PL
@@ -56,6 +56,11 @@ my $build = Module::Build->new(
test_types => {
author => '.at',
},
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/icli'
+ }
+ },
);
print <<'EOF';