summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';