Skip to content

Commit

Permalink
Merge pull request #18 from zhouzhen1/prchallenge
Browse files Browse the repository at this point in the history
add URI to build_requires in Build.PL
  • Loading branch information
davorg committed Nov 28, 2015
2 parents e4423db + c65330d commit 4f8ec7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ my $build = Module::Build
'Test::More' => 0,
'Scalar::Util' => 0,
},
build_requires => {
'URI' => 0,
},
create_makefile_pl => 'traditional',
meta_merge =>
{
Expand Down

0 comments on commit 4f8ec7d

Please sign in to comment.