summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-18 19:19:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2018-12-18 19:19:43 +0000
commit4787b700f309f04db7f087552d291ef400dcd7b3 (patch)
tree341c6303428a9f8374198e546e75fd5fdab223c9
parentf76e5ac1c0425c83d82c6e2fd599ae3724956a75 (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 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';