Skip to content

Commit 64c8862

Browse files
committed
Test requires URI::URL
1 parent 664a0da commit 64c8862

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ my %WriteMakefileArgs = (
6666
"Test::NoTabs" => 0,
6767
"Test::Pod" => "1.14",
6868
"Test::Pod::Coverage" => "1.04",
69+
"URI::URL" => 0,
6970
"XML::LibXML::XPathContext" => 0
7071
},
7172
"VERSION" => "0.32",
@@ -113,6 +114,7 @@ my %FallbackPrereqs = (
113114
"Test::Pod::Coverage" => "1.04",
114115
"URI" => 0,
115116
"URI::QueryParam" => 0,
117+
"URI::URL" => 0,
116118
"XML::Generator" => 0,
117119
"XML::LibXML" => 0,
118120
"XML::LibXML::XPathContext" => 0,

cpanfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ on 'test' => sub {
5151
requires "Test::NoTabs" => "0";
5252
requires "Test::Pod" => "1.14";
5353
requires "Test::Pod::Coverage" => "1.04";
54+
requires "URI::URL" => "0";
5455
requires "XML::LibXML::XPathContext" => "0";
5556
};
5657

0 commit comments

Comments
 (0)