File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ my %WriteMakefileArgs = (
66
66
" Test::NoTabs" => 0,
67
67
" Test::Pod" => " 1.14" ,
68
68
" Test::Pod::Coverage" => " 1.04" ,
69
+ " URI::URL" => 0,
69
70
" XML::LibXML::XPathContext" => 0
70
71
},
71
72
" VERSION" => " 0.32" ,
@@ -113,6 +114,7 @@ my %FallbackPrereqs = (
113
114
" Test::Pod::Coverage" => " 1.04" ,
114
115
" URI" => 0,
115
116
" URI::QueryParam" => 0,
117
+ " URI::URL" => 0,
116
118
" XML::Generator" => 0,
117
119
" XML::LibXML" => 0,
118
120
" XML::LibXML::XPathContext" => 0,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ on 'test' => sub {
51
51
requires " Test::NoTabs" => " 0" ;
52
52
requires " Test::Pod" => " 1.14" ;
53
53
requires " Test::Pod::Coverage" => " 1.04" ;
54
+ requires " URI::URL" => " 0" ;
54
55
requires " XML::LibXML::XPathContext" => " 0" ;
55
56
};
56
57
You can’t perform that action at this time.
0 commit comments