From 2bb9c6db3be3ead0b932e06299c49c027ba99b67 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Dec 2018 16:18:56 +0000 Subject: [PATCH] Added GitHub repo meta. --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build.PL b/Build.PL index fb432ce..ba2c1e3 100644 --- a/Build.PL +++ b/Build.PL @@ -17,6 +17,11 @@ my $build = Module::Build->new( 'Test::Pod::Coverage' => 0, }, create_makefile_pl => 'traditional', + meta_merge => { + resources => { + repository => 'https://github.com/davorg/parse-rpm-spec' + } + }, ); $build->create_build_script;