Skip to content

Commit

Permalink
remove SOAP dependency, since relevant modules no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Dec 17, 2016
1 parent 80e4e3f commit 4926e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -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 => { },
Expand Down

0 comments on commit 4926e6c

Please sign in to comment.