[Bioperl-guts-l] [Bug 2153] Bundle::BioPerl doesn't install all dependencies on the first pass
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Dec 5 08:59:40 EST 2006
http://bugzilla.open-bio.org/show_bug.cgi?id=2153
------- Comment #4 from cjfields at uiuc.edu 2006-12-05 08:59 -------
The reason XML::Simple doesn't fill the prerequisites is because you have a few
choices of XML parsers to use: XML::Parser or XML::SAX (the default). Then, if
you choose XML::SAX, you can choose XML::SAX::Expat, XML::SAX::ExpatXS, or
XML::LibXML, which require either expat or libxml2. I think it will also
fallback to XML::SAX::PurePerl (like most modules which use XML::SAX) .
You don't need all XML parsers. You have a choice, and a quite complex one at
that. The current bundle already includes XML::Parser::PerlSAX (which uses
XML::Parser) or XML::SAX, so it should work regardless. The only problematic
module is SearchIO::blastxml, which warns you if XML::SAX::Expat is set as the
default parser.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Bioperl-guts-l
mailing list