Skip to content

Commit

Permalink
Add a meta_merge directive to our Build.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 10, 2011
1 parent df4345c commit 91aa10e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ my $builder = GSLBuilder->new(
extra_compiler_flags=> "$ccflags " . ($ENV{CC_FLAGS}||''),
swig_flags => $swig_flags,
license => 'gpl',
meta_merge => {
resources => {
repository => 'http://github.com/leto/math--gsl/tree/master'
},
},
build_requires => {
'Test::Most' => 0,
'Test::Exception' => 0.21,
Expand Down

0 comments on commit 91aa10e

Please sign in to comment.