Subject: | parse method refuses feeds with UTF-8 BOM |
Feeds given as a string to XML::FeedPP->parse aren't detected as strings
properly if they begin with a UTF-8 BOM. The underlying parsing
library, XML::TreePP, will handle the feeds properly though. Although
fixing the auto-detection in that case would be good, it may also be
good to have alternate methods that directly specify whether a file,
URL, or a string.