From 4926e6c5c1a0dd5fd5f3efdd7eb377c2708e0135 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Sat, 17 Dec 2016 15:48:55 -0600 Subject: [PATCH] remove SOAP dependency, since relevant modules no longer supported --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index aa73443d..397f1e1f 100755 --- a/Build.PL +++ b/Build.PL @@ -33,7 +33,7 @@ my $build = Module::Build->new( 'XML::Twig' => 0, # processing XML data: Bio::Tools::Run::EMBOSSacd 'File::Sort' => 0, # BEDTools 'Config::Any' => 0, # MCS, Match - 'SOAP::Lite' => 0.716, # A bug that affects SoapEU-unit.t tests was fixed in this version (many levels deep object throws error) + #'SOAP::Lite' => 0.716, # A bug that affects SoapEU-unit.t tests was fixed in this version (many levels deep object throws error) }, get_options => { accept => { },