Added GitHub repo meta.

This commit is contained in:
Mohammad S Anwar 2018-12-13 16:18:56 +00:00
parent 41dbc92154
commit 2bb9c6db3b

View file

@ -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;