From 4787b700f309f04db7f087552d291ef400dcd7b3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 18 Dec 2018 19:19:43 +0000 Subject: Added repo meta. --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) 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'; -- cgit v1.2.3