summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cbe3c8a46..ca3176202 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -174,7 +174,6 @@ my %optional_features = (
requires => {
'XMLRPC::Lite' => '0.712',
'SOAP::Lite' => '0.712',
- 'Test::Taint' => '1.06'
}
}
}
@@ -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 => {