From 70c97b21c8bc927adba323d14c754887e3cef3aa Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Thu, 7 Jul 2016 09:36:19 -0500 Subject: [PATCH] remove other Biblio references; notable XML::Parser is still needed by Bio::OntologyIO::InterProParser :( --- Build.PL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index 2633e8cc9..af3ce3c0e 100644 --- a/Build.PL +++ b/Build.PL @@ -165,7 +165,7 @@ my %recommends = ( 'XML::LibXML' => [ 0, 'Parsing XML/Bio::SeqIO::seqxml,Bio::TreeIO::phyloxml' ], - 'XML::Parser' => [ 0, 'Parsing XML/Bio::Biblio::IO::medlinexml' ], + 'XML::Parser' => [ 0, 'Parsing XML/Bio::OntologyIO::InterProParser' ], 'XML::Parser::PerlSAX' => [ 0, @@ -187,8 +187,7 @@ my %recommends = ( 'XML::Twig' => [ 0, - 'Parsing XML/Bio::Variation::IO::xml,Bio::DB::Taxonomy::entrez,' - . 'Bio::DB::Biblio::eutils' + 'Parsing XML/Bio::Variation::IO::xml,Bio::DB::Taxonomy::entrez' ], 'XML::Writer' => [ -- 2.11.4.GIT