Skip to content

Commit 4f8ec7d

Browse files
committed
Merge pull request #18 from zhouzhen1/prchallenge
add URI to build_requires in Build.PL
2 parents e4423db + c65330d commit 4f8ec7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Build.PL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ my $build = Module::Build
2424
'Test::More' => 0,
2525
'Scalar::Util' => 0,
2626
},
27+
build_requires => {
28+
'URI' => 0,
29+
},
2730
create_makefile_pl => 'traditional',
2831
meta_merge =>
2932
{

0 commit comments

Comments
 (0)