Merge pull request #2 from manwar/add-repo-meta
Added GitHub repo meta.
This commit is contained in:
commit
0a28e9d9de
1 changed files with 5 additions and 0 deletions
5
Build.PL
5
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue