Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #29 from manwar/add-repository-info
Add repository details to meta file
  • Loading branch information
davorg committed Dec 6, 2016
2 parents 1ad03d4 + 170bcb3 commit 45a953f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Build.PL
Expand Up @@ -29,6 +29,16 @@ my $build = Module::Build->new(
Test::Pod => 0,
Test::Pod::Coverage => 0,
},
meta_merge => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'https://github.com/davorg/symbol-approx-sub.git',
web => 'https://github.com/davorg/symbol-approx-sub',
},
},
},
);

$build->create_build_script;

0 comments on commit 45a953f

Please sign in to comment.