Skip to content

Commit

Permalink
Bug 1294596 - remove optional Test::Taint references, as it's now man…
Browse files Browse the repository at this point in the history
…datory. r=dylan
  • Loading branch information
Gervase Markham authored and gerv committed Sep 12, 2016
1 parent 22ef8ff commit a43b2bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
"runtime" : {
"requires" : {
"JSON::RPC" : "0",
"Test::Taint" : "1.06"
}
}
}
Expand Down Expand Up @@ -337,7 +336,6 @@
"runtime" : {
"requires" : {
"SOAP::Lite" : "0.712",
"Test::Taint" : "1.06",
"XMLRPC::Lite" : "0.712"
}
}
Expand Down
2 changes: 0 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ optional_features:
description: 'JSON-RPC Interface'
requires:
JSON::RPC: '0'
Test::Taint: '1.06'
markdown:
description: 'Markdown syntax support for comments'
requires:
Expand Down Expand Up @@ -164,7 +163,6 @@ optional_features:
description: 'XML-RPC Interface'
requires:
SOAP::Lite: '0.712'
Test::Taint: '1.06'
XMLRPC::Lite: '0.712'
recommends:
CPAN::Meta::Prereqs: '2.132830'
Expand Down
3 changes: 1 addition & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ my %optional_features = (
requires => {
'XMLRPC::Lite' => '0.712',
'SOAP::Lite' => '0.712',
'Test::Taint' => '1.06'
}
}
}
Expand Down Expand Up @@ -228,7 +227,7 @@ my %optional_features = (
description => 'JSON-RPC Interface',
prereqs => {
runtime =>
{ requires => { 'JSON::RPC' => 0, 'Test::Taint' => '1.06' } }
{ requires => { 'JSON::RPC' => 0 } }
}
},
graphical_reports => {
Expand Down

0 comments on commit a43b2bb

Please sign in to comment.