Closed zmughal closed 1 year ago
I only did the change here within the test. I don't know where BSML is being used, but perhaps this should also be noted in the documentation?
CC: @hyphaltip, @cjfields
Thoughts in particular about where the specific SAX parser should be chosen (either just the test file or within the .pm
)?
@zmughal did you want to have a crack at the conflict resolution on this one too? It looks like a simple conflict in the Changes
file, you're probably the best judge on how to resolve it among the different pull requests.
The test
t/SeqIO/bsml_sax.t
may fail on systems with older versions ofXML::LibXML
due to a 404 for the external BSML DTD's URL. This gives the error:Uses lax parser XML::SAX::PurePerl within the test which does not try to fetch the external DTD.
Fixes https://github.com/bioperl/bioperl-live/issues/376.
Connects with https://github.com/bioperl/bioperl-live/pull/379.