diff options
author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-18 19:19:43 +0000 |
---|---|---|
committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-18 19:19:43 +0000 |
commit | 4787b700f309f04db7f087552d291ef400dcd7b3 (patch) | |
tree | 341c6303428a9f8374198e546e75fd5fdab223c9 | |
parent | f76e5ac1c0425c83d82c6e2fd599ae3724956a75 (diff) |
Added repo meta.
-rw-r--r-- | Build.PL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,6 +56,11 @@ my $build = Module::Build->new( test_types => { author => '.at', }, + meta_merge => { + resources => { + repository => 'https://github.com/derf/icli' + } + }, ); print <<'EOF'; |