Merge pull request #2 from manwar/add-repo-meta

Added GitHub repo meta.
This commit is contained in:
Dave Cross 2018-12-13 16:25:52 +00:00 committed by GitHub
commit 0a28e9d9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;