File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ my %WriteMakefileArgs = (
31
31
" HTTP::Request::Common" => 0,
32
32
" LWP::UserAgent" => 0,
33
33
" Pod::Usage" => 0,
34
- " Scalar::Util" => " 1.14" ,
35
34
" Tie::RefHash" => 0,
36
35
" URI::URL" => 0,
37
36
" URI::file" => 0,
@@ -53,7 +52,6 @@ my %WriteMakefileArgs = (
53
52
" Test::Memory::Cycle" => 0,
54
53
" Test::More" => " 0.96" ,
55
54
" Test::Output" => 0,
56
- " Test::Taint" => " 1.08" ,
57
55
" Test::Warnings" => 0,
58
56
" URI" => 0,
59
57
" URI::Escape" => 0,
@@ -87,13 +85,11 @@ my %FallbackPrereqs = (
87
85
" LWP::UserAgent" => 0,
88
86
" Path::Tiny" => 0,
89
87
" Pod::Usage" => 0,
90
- " Scalar::Util" => " 1.14" ,
91
88
" Test::Deep" => 0,
92
89
" Test::Fatal" => 0,
93
90
" Test::Memory::Cycle" => 0,
94
91
" Test::More" => " 0.96" ,
95
92
" Test::Output" => 0,
96
- " Test::Taint" => " 1.08" ,
97
93
" Test::Warnings" => 0,
98
94
" Tie::RefHash" => 0,
99
95
" URI" => 0,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ requires "HTTP::Request" => "1.30";
12
12
requires " HTTP::Request::Common" => " 0" ;
13
13
requires " LWP::UserAgent" => " 0" ;
14
14
requires " Pod::Usage" => " 0" ;
15
- requires " Scalar::Util" => " 1.14" ;
16
15
requires " Tie::RefHash" => " 0" ;
17
16
requires " URI::URL" => " 0" ;
18
17
requires " URI::file" => " 0" ;
@@ -36,7 +35,6 @@ on 'test' => sub {
36
35
requires " Test::Memory::Cycle" => " 0" ;
37
36
requires " Test::More" => " 0.96" ;
38
37
requires " Test::Output" => " 0" ;
39
- requires " Test::Taint" => " 1.08" ;
40
38
requires " Test::Warnings" => " 0" ;
41
39
requires " URI" => " 0" ;
42
40
requires " URI::Escape" => " 0" ;
You can’t perform that action at this time.
0 commit comments