From d5485640fec58d80f71bea440d76c3fabff9a526 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 3 Nov 2020 14:07:13 +0000 Subject: [PATCH] Expand infor about the Github repo --- Build.PL | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index ba2c1e3..d70315e 100644 --- a/Build.PL +++ b/Build.PL @@ -17,10 +17,15 @@ my $build = Module::Build->new( 'Test::Pod::Coverage' => 0, }, create_makefile_pl => 'traditional', - meta_merge => { - resources => { - repository => 'https://github.com/davorg/parse-rpm-spec' - } + meta_merge => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://github.com/davorg/parse-rpm-spec.git', + web => 'https://github.com/davorg/parse-rpm-spec', + }, + }, }, );