From a43b2bbd196e4afe9c8d77dc5e4d0b09e1c1f3bd Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 12 Sep 2016 17:28:58 +0100 Subject: Bug 1294596 - remove optional Test::Taint references, as it's now mandatory. r=dylan --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.PL') 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 => { -- cgit v1.2.3-24-g4f1b